Shades of Dodger Blue #119CEF
Tints of Dodger Blue #119CEF
RGB
CMYK
RGB Variations
Color information
#119CEF (or 0x119CEF) is known color: Dodger Blue. HEX triplet: 11, 9C and EF. RGB value is (17,156,239). Sum of RGB (Red+Green+Blue) = 17+156+239=412 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.13% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #119CEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119CEF is #EE6310. Grayscale: #7B7B7B. Windows color (decimal): -15622929 or 15703057. OLE color: 15703057.
HSL color Cylindrical-coordinate representation of color #119CEF: hue angle of 202.43º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119CEF is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 156 | 239 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.06 |
| HSL | 202.43º | 0.87% | 0.5% | - |
| HSV(B) | 202.43º | 0.93% | 0.94% | - |
| XYZ | 27.7 | 30.13 | 86.02 | - |
| YUV | 123.9 | 192.95 | 51.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 156 | 239 | 0.93 | 0.35 | 0 | 0.06 | 202.43 | 0.87 | 0.5 |
| Hex | 11 | 9C | EF | 5D | 23 | 0 | 6 | CA | 57 | 32 |
| Octal | 21 | 234 | 357 | 135 | 43 | 0 | 6 | 312 | 127 | 62 |
| Binary | 10001 | 10011100 | 11101111 | 1011101 | 100011 | 0 | 110 | 11001010 | 1010111 | 110010 |
Color Harmonies of #119CEF
Complementary color
Monochromatic Colors of #119CEF
Black with #119CEF
Text Example
Text Example
White with #119CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119CEF; }
p { color: rgb(17,156,239); }
H1.HeaderClassName
{
color: #119CEF;
}
.AnyTagClassName
{
color: #119CEF;
}
</style>
background-color css
<style>
a { background-color: #119CEF; }
a { background-color: rgb(17,156,239); }
div.DivClassName
{
background-color: #119CEF;
}
.BgClassName
{
background-color: #119CEF;
}
</style>
border-color css
<style>
span { border-color: #119CEF; }
span { border-color: rgb(17,156,239); }
td.TdClassName
{
border-color: #119CEF;
}
.TagClassName
{
border-color: #119CEF;
}
</style>