Shades of Dodger Blue #119DEA
Tints of Dodger Blue #119DEA
RGB
CMYK
RGB Variations
Color information
#119DEA (or 0x119DEA) is known color: Dodger Blue. HEX triplet: 11, 9D and EA. RGB value is (17,157,234). Sum of RGB (Red+Green+Blue) = 17+157+234=408 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.17% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #119DEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119DEA is #EE6215. Grayscale: #7B7B7B. Windows color (decimal): -15622678 or 15375633. OLE color: 15375633.
HSL color Cylindrical-coordinate representation of color #119DEA: hue angle of 201.29º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119DEA is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 157 | 234 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.08 |
| HSL | 201.29º | 0.86% | 0.49% | - |
| HSV(B) | 201.29º | 0.93% | 0.92% | - |
| XYZ | 27.14 | 30.17 | 82.24 | - |
| YUV | 123.92 | 190.12 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 234 | 0.93 | 0.33 | 0 | 0.08 | 201.29 | 0.86 | 0.49 |
| Hex | 11 | 9D | EA | 5D | 21 | 0 | 8 | C9 | 56 | 31 |
| Octal | 21 | 235 | 352 | 135 | 41 | 0 | 10 | 311 | 126 | 61 |
| Binary | 10001 | 10011101 | 11101010 | 1011101 | 100001 | 0 | 1000 | 11001001 | 1010110 | 110001 |
Color Harmonies of #119DEA
Complementary color
Monochromatic Colors of #119DEA
Black with #119DEA
Text Example
Text Example
White with #119DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119DEA; }
p { color: rgb(17,157,234); }
H1.HeaderClassName
{
color: #119DEA;
}
.AnyTagClassName
{
color: #119DEA;
}
</style>
background-color css
<style>
a { background-color: #119DEA; }
a { background-color: rgb(17,157,234); }
div.DivClassName
{
background-color: #119DEA;
}
.BgClassName
{
background-color: #119DEA;
}
</style>
border-color css
<style>
span { border-color: #119DEA; }
span { border-color: rgb(17,157,234); }
td.TdClassName
{
border-color: #119DEA;
}
.TagClassName
{
border-color: #119DEA;
}
</style>