Shades of Dodger Blue #119AFE
Tints of Dodger Blue #119AFE
RGB
CMYK
RGB Variations
Color information
#119AFE (or 0x119AFE) is known color: Dodger Blue. HEX triplet: 11, 9A and FE. RGB value is (17,154,254). Sum of RGB (Red+Green+Blue) = 17+154+254=425 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #119AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119AFE is #EE6501. Grayscale: #7B7B7B. Windows color (decimal): -15623426 or 16685585. OLE color: 16685585.
HSL color Cylindrical-coordinate representation of color #119AFE: hue angle of 205.32º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119AFE is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 154 | 254 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.00 |
| HSL | 205.32º | 0.99% | 0.53% | - |
| HSV(B) | 205.32º | 0.93% | 1% | - |
| XYZ | 29.68 | 30.39 | 98.07 | - |
| YUV | 124.44 | 201.11 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 154 | 254 | 0.93 | 0.39 | 0 | 0.00 | 205.32 | 0.99 | 0.53 |
| Hex | 11 | 9A | FE | 5D | 27 | 0 | 0 | CD | 63 | 35 |
| Octal | 21 | 232 | 376 | 135 | 47 | 0 | 0 | 315 | 143 | 65 |
| Binary | 10001 | 10011010 | 11111110 | 1011101 | 100111 | 0 | 0 | 11001101 | 1100011 | 110101 |
Color Harmonies of #119AFE
Complementary color
Monochromatic Colors of #119AFE
Black with #119AFE
Text Example
Text Example
White with #119AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119AFE; }
p { color: rgb(17,154,254); }
H1.HeaderClassName
{
color: #119AFE;
}
.AnyTagClassName
{
color: #119AFE;
}
</style>
background-color css
<style>
a { background-color: #119AFE; }
a { background-color: rgb(17,154,254); }
div.DivClassName
{
background-color: #119AFE;
}
.BgClassName
{
background-color: #119AFE;
}
</style>
border-color css
<style>
span { border-color: #119AFE; }
span { border-color: rgb(17,154,254); }
td.TdClassName
{
border-color: #119AFE;
}
.TagClassName
{
border-color: #119AFE;
}
</style>