Shades of Dodger Blue #119AEA
Tints of Dodger Blue #119AEA
RGB
CMYK
RGB Variations
Color information
#119AEA (or 0x119AEA) is known color: Dodger Blue. HEX triplet: 11, 9A and EA. RGB value is (17,154,234). Sum of RGB (Red+Green+Blue) = 17+154+234=405 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.20% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #119AEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119AEA is #EE6515. Grayscale: #797979. Windows color (decimal): -15623446 or 15374865. OLE color: 15374865.
HSL color Cylindrical-coordinate representation of color #119AEA: hue angle of 202.12º 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 #119AEA is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 154 | 234 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.08 |
| HSL | 202.12º | 0.86% | 0.49% | - |
| HSV(B) | 202.12º | 0.93% | 0.92% | - |
| XYZ | 26.64 | 29.17 | 82.07 | - |
| YUV | 122.16 | 191.11 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 154 | 234 | 0.93 | 0.34 | 0 | 0.08 | 202.12 | 0.86 | 0.49 |
| Hex | 11 | 9A | EA | 5D | 22 | 0 | 8 | CA | 56 | 31 |
| Octal | 21 | 232 | 352 | 135 | 42 | 0 | 10 | 312 | 126 | 61 |
| Binary | 10001 | 10011010 | 11101010 | 1011101 | 100010 | 0 | 1000 | 11001010 | 1010110 | 110001 |
Color Harmonies of #119AEA
Complementary color
Monochromatic Colors of #119AEA
Black with #119AEA
Text Example
Text Example
White with #119AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119AEA; }
p { color: rgb(17,154,234); }
H1.HeaderClassName
{
color: #119AEA;
}
.AnyTagClassName
{
color: #119AEA;
}
</style>
background-color css
<style>
a { background-color: #119AEA; }
a { background-color: rgb(17,154,234); }
div.DivClassName
{
background-color: #119AEA;
}
.BgClassName
{
background-color: #119AEA;
}
</style>
border-color css
<style>
span { border-color: #119AEA; }
span { border-color: rgb(17,154,234); }
td.TdClassName
{
border-color: #119AEA;
}
.TagClassName
{
border-color: #119AEA;
}
</style>