Shades of Dodger Blue #119AFF
Tints of Dodger Blue #119AFF
RGB
CMYK
RGB Variations
Color information
#119AFF (or 0x119AFF) is known color: Dodger Blue. HEX triplet: 11, 9A and FF. RGB value is (17,154,255). Sum of RGB (Red+Green+Blue) = 17+154+255=426 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.99% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #119AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119AFF is #EE6500. Grayscale: #7C7C7C. Windows color (decimal): -15623425 or 16751121. OLE color: 16751121.
HSL color Cylindrical-coordinate representation of color #119AFF: hue angle of 205.46º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119AFF is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 154 | 255 | - |
| CMYK | 0.93 | 0.40 | 0 | 0 |
| HSL | 205.46º | 1% | 0.53% | - |
| HSV(B) | 205.46º | 0.93% | 1% | - |
| XYZ | 29.84 | 30.45 | 98.91 | - |
| YUV | 124.55 | 201.61 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 154 | 255 | 0.93 | 0.40 | 0 | 0 | 205.46 | 1 | 0.53 |
| Hex | 11 | 9A | FF | 5D | 28 | 0 | 0 | CD | 64 | 35 |
| Octal | 21 | 232 | 377 | 135 | 50 | 0 | 0 | 315 | 144 | 65 |
| Binary | 10001 | 10011010 | 11111111 | 1011101 | 101000 | 0 | 0 | 11001101 | 1100100 | 110101 |
Color Harmonies of #119AFF
Complementary color
Monochromatic Colors of #119AFF
Black with #119AFF
Text Example
Text Example
White with #119AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119AFF; }
p { color: rgb(17,154,255); }
H1.HeaderClassName
{
color: #119AFF;
}
.AnyTagClassName
{
color: #119AFF;
}
</style>
background-color css
<style>
a { background-color: #119AFF; }
a { background-color: rgb(17,154,255); }
div.DivClassName
{
background-color: #119AFF;
}
.BgClassName
{
background-color: #119AFF;
}
</style>
border-color css
<style>
span { border-color: #119AFF; }
span { border-color: rgb(17,154,255); }
td.TdClassName
{
border-color: #119AFF;
}
.TagClassName
{
border-color: #119AFF;
}
</style>