Shades of Dodger Blue #1C9EFF
Tints of Dodger Blue #1C9EFF
RGB
CMYK
RGB Variations
Color information
#1C9EFF (or 0x1C9EFF) is known color: Dodger Blue. HEX triplet: 1C, 9E and FF. RGB value is (28,158,255). Sum of RGB (Red+Green+Blue) = 28+158+255=441 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.35% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C9EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C9EFF is #E36100. Grayscale: #818181. Windows color (decimal): -14901505 or 16752156. OLE color: 16752156.
HSL color Cylindrical-coordinate representation of color #1C9EFF: hue angle of 205.64º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C9EFF is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 158 | 255 | - |
| CMYK | 0.89 | 0.38 | 0 | 0 |
| HSL | 205.64º | 1% | 0.55% | - |
| HSV(B) | 205.64º | 0.89% | 1% | - |
| XYZ | 30.76 | 31.92 | 99.15 | - |
| YUV | 130.19 | 198.43 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 158 | 255 | 0.89 | 0.38 | 0 | 0 | 205.64 | 1 | 0.55 |
| Hex | 1C | 9E | FF | 59 | 26 | 0 | 0 | CE | 64 | 37 |
| Octal | 34 | 236 | 377 | 131 | 46 | 0 | 0 | 316 | 144 | 67 |
| Binary | 11100 | 10011110 | 11111111 | 1011001 | 100110 | 0 | 0 | 11001110 | 1100100 | 110111 |
Color Harmonies of #1C9EFF
Complementary color
Monochromatic Colors of #1C9EFF
Black with #1C9EFF
Text Example
Text Example
White with #1C9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9EFF; }
p { color: rgb(28,158,255); }
H1.HeaderClassName
{
color: #1C9EFF;
}
.AnyTagClassName
{
color: #1C9EFF;
}
</style>
background-color css
<style>
a { background-color: #1C9EFF; }
a { background-color: rgb(28,158,255); }
div.DivClassName
{
background-color: #1C9EFF;
}
.BgClassName
{
background-color: #1C9EFF;
}
</style>
border-color css
<style>
span { border-color: #1C9EFF; }
span { border-color: rgb(28,158,255); }
td.TdClassName
{
border-color: #1C9EFF;
}
.TagClassName
{
border-color: #1C9EFF;
}
</style>