Shades of Dodger Blue #1C9EE9
Tints of Dodger Blue #1C9EE9
RGB
CMYK
RGB Variations
Color information
#1C9EE9 (or 0x1C9EE9) is known color: Dodger Blue. HEX triplet: 1C, 9E and E9. RGB value is (28,158,233). Sum of RGB (Red+Green+Blue) = 28+158+233=419 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.68% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 233 (91.41% from 255 or 55.61% from 419); Max value from RGB is 233 - color contains mainly: blue. Hex color #1C9EE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C9EE9 is #E36116. Grayscale: #7F7F7F. Windows color (decimal): -14901527 or 15310364. OLE color: 15310364.
HSL color Cylindrical-coordinate representation of color #1C9EE9: hue angle of 201.95º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C9EE9 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 158 | 233 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.09 |
| HSL | 201.95º | 0.82% | 0.51% | - |
| HSV(B) | 201.95º | 0.88% | 0.91% | - |
| XYZ | 27.41 | 30.58 | 81.55 | - |
| YUV | 127.68 | 187.43 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 158 | 233 | 0.88 | 0.32 | 0 | 0.09 | 201.95 | 0.82 | 0.51 |
| Hex | 1C | 9E | E9 | 58 | 20 | 0 | 9 | CA | 52 | 33 |
| Octal | 34 | 236 | 351 | 130 | 40 | 0 | 11 | 312 | 122 | 63 |
| Binary | 11100 | 10011110 | 11101001 | 1011000 | 100000 | 0 | 1001 | 11001010 | 1010010 | 110011 |
Color Harmonies of #1C9EE9
Complementary color
Monochromatic Colors of #1C9EE9
Black with #1C9EE9
Text Example
Text Example
White with #1C9EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9EE9; }
p { color: rgb(28,158,233); }
H1.HeaderClassName
{
color: #1C9EE9;
}
.AnyTagClassName
{
color: #1C9EE9;
}
</style>
background-color css
<style>
a { background-color: #1C9EE9; }
a { background-color: rgb(28,158,233); }
div.DivClassName
{
background-color: #1C9EE9;
}
.BgClassName
{
background-color: #1C9EE9;
}
</style>
border-color css
<style>
span { border-color: #1C9EE9; }
span { border-color: rgb(28,158,233); }
td.TdClassName
{
border-color: #1C9EE9;
}
.TagClassName
{
border-color: #1C9EE9;
}
</style>