COLOR #1298EF

HEX: #1298EF RGB: (18,152,239)

Color info

#1298EF contains mainly blue color. Web safe color of #1298EF is #0099FF (or #09F).

RGB color model

#1298EF color RGB value is (18,152,239).

RGB: (18,152,239) (7%, 60%, 94%)

RGB channels and saturation

R 18 of 255 = 7%
G 152 of 255 = 60%
B 239 of 255 = 94%

18
152
239

R + G + B ~ 54%. #1298EF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 18 + 152 + 239 = 409 (100%)
R 18 of 409 ~ 4.4%
G 152 of 409 ~ 37.16%
B 239 of 409 ~ 58.44'%

%37.16
%58.44

CMYK color model

#1298EF color CMYK value is (92,36,0,6).

  • cyan value is 92.47%
  • magenta value is 36.40%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (92,36,0,6)
C92M36Y0K6 (92%, 36%, 0%, 6%)
(0.92 / 0.36 / 0.00 / 0.06)

CMYK percentages

%92.47
%36.4
%0
%6.27

Codes

Color #1298EF in popluar color models

12 98 EF
RGB 18 152 239
HSL 204° 87.35% 50.39%
HSB/HSV 204° 92.47% 93.73%
CMYK 92.47% 36.40% 0.00%
6.27%

Color #1298EF in popluar number systems.

HEX 12 98 EF
Decimal 18 152 239
Binary 10010 10011000 11101111
Octal 22 230 357

Shades and tints

Shades of #1298EF

#1298EF
(18,152,239)
#118BDA
(17,139,218)
#107EC5
(16,126,197)
#0F71B0
(15,113,176)
#0E649B
(14,100,155)
#0D5786
(13,87,134)
#0C4A71
(12,74,113)
#0B3D5C
(11,61,92)
#0A3047
(10,48,71)
#092332
(9,35,50)
#08161D
(8,22,29)
#000000
(0,0,0)

Tints of #1298EF

#1298EF
(18,152,239)
#27A1F0
(39,161,240)
#3CAAF1
(60,170,241)
#51B3F2
(81,179,242)
#66BCF3
(102,188,243)
#7BC5F4
(123,197,244)
#90CEF5
(144,206,245)
#A5D7F6
(165,215,246)
#BAE0F7
(186,224,247)
#CFE9F8
(207,233,248)
#E4F2F9
(228,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1298EF color. Also use rgb(18,152,239) instead hex code.

Text Font Color

.myTextColor { color: #1298EF; }

<p style="color:#1298EF">This sample text font color is #1298EF.</p>

This text font color is #1298EF.

Background Color

.myBgColor { background-color: #1298EF; }

<div style="background-color:#1298EF">Inner text</div>

This div background color is #1298EF.

Border color

.myBorderColor { border: 1px solid #1298EF; }

<div style="border:3px solid #1298EF">Div</div>

This div border color is #1298EF.

Opacity

.myOpacity80 { color: #1298EF; opacity: 0.8; }

<p style="color:#1298EF;opacity:0.8;">80%</p>

Text with #1298EF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1298EF;}

<p style="text-shadow: 3px 3px 1px #1298EF">Text here.</p>

This text has shadow with #1298EF color.


.textShadow {text-shadow: 3px 3px 1px #1298EF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1298EF, 5px 5px 20px red">Text here.</p>

This text has shadow with #1298EF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1298EF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1298EF, Direction=45, Strength=4)">Text</p>

This text has shadow with #1298EF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #1298EF;
-webkit-box-shadow: 1px 1px 3px 2px #1298EF;
box-shadow: 1px 1px 3px 2px #1298EF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1298EF; -webkit-box-shadow: 1px 1px 3px 2px #1298EF; box-shadow:1px 1px 3px 2px #1298EF;">
Div content here
</div>

This div box has shadow with color #1298EF.

Preview

Color preview on black background

This text has color #1298EF on black background.


Color preview on white background

This text has color #1298EF on white background.


Black color preview on #1298EF background

This text has black color on #1298EF background.


White color preview on #1298EF background

This text has white color on #1298EF background.


Related colors

Complementary color

Complementary color for #hex is #ED6710.


I love getcolorcode.com

Triadic colors

1 #EF1298 and #98EF12 with #1298EF are triadic colors.

2 #EF9812 and #9812EF with #1298EF are triadic colors.