Shades of Dodger Blue #119EFC
Tints of Dodger Blue #119EFC
RGB
CMYK
RGB Variations
Color information
#119EFC (or 0x119EFC) is known color: Dodger Blue. HEX triplet: 11, 9E and FC. RGB value is (17,158,252). Sum of RGB (Red+Green+Blue) = 17+158+252=427 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.98% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #119EFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119EFC is #EE6103. Grayscale: #7E7E7E. Windows color (decimal): -15622404 or 16555537. OLE color: 16555537.
HSL color Cylindrical-coordinate representation of color #119EFC: hue angle of 204º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119EFC is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 158 | 252 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.01 |
| HSL | 204º | 0.98% | 0.53% | - |
| HSV(B) | 204º | 0.93% | 0.99% | - |
| XYZ | 30.03 | 31.6 | 96.61 | - |
| YUV | 126.56 | 198.79 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 158 | 252 | 0.93 | 0.37 | 0 | 0.01 | 204 | 0.98 | 0.53 |
| Hex | 11 | 9E | FC | 5D | 25 | 0 | 1 | CC | 62 | 35 |
| Octal | 21 | 236 | 374 | 135 | 45 | 0 | 1 | 314 | 142 | 65 |
| Binary | 10001 | 10011110 | 11111100 | 1011101 | 100101 | 0 | 1 | 11001100 | 1100010 | 110101 |
Color Harmonies of #119EFC
Complementary color
Monochromatic Colors of #119EFC
Black with #119EFC
Text Example
Text Example
White with #119EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119EFC; }
p { color: rgb(17,158,252); }
H1.HeaderClassName
{
color: #119EFC;
}
.AnyTagClassName
{
color: #119EFC;
}
</style>
background-color css
<style>
a { background-color: #119EFC; }
a { background-color: rgb(17,158,252); }
div.DivClassName
{
background-color: #119EFC;
}
.BgClassName
{
background-color: #119EFC;
}
</style>
border-color css
<style>
span { border-color: #119EFC; }
span { border-color: rgb(17,158,252); }
td.TdClassName
{
border-color: #119EFC;
}
.TagClassName
{
border-color: #119EFC;
}
</style>