Shades of Dodger Blue #1C9FEE
Tints of Dodger Blue #1C9FEE
RGB
CMYK
RGB Variations
Color information
#1C9FEE (or 0x1C9FEE) is known color: Dodger Blue. HEX triplet: 1C, 9F and EE. RGB value is (28,159,238). Sum of RGB (Red+Green+Blue) = 28+159+238=425 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.59% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #1C9FEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C9FEE is #E36011. Grayscale: #808080. Windows color (decimal): -14901266 or 15638300. OLE color: 15638300.
HSL color Cylindrical-coordinate representation of color #1C9FEE: hue angle of 202.57º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C9FEE is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 159 | 238 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.07 |
| HSL | 202.57º | 0.86% | 0.52% | - |
| HSV(B) | 202.57º | 0.88% | 0.93% | - |
| XYZ | 28.31 | 31.22 | 85.42 | - |
| YUV | 128.84 | 189.6 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 159 | 238 | 0.88 | 0.33 | 0 | 0.07 | 202.57 | 0.86 | 0.52 |
| Hex | 1C | 9F | EE | 58 | 21 | 0 | 7 | CB | 56 | 34 |
| Octal | 34 | 237 | 356 | 130 | 41 | 0 | 7 | 313 | 126 | 64 |
| Binary | 11100 | 10011111 | 11101110 | 1011000 | 100001 | 0 | 111 | 11001011 | 1010110 | 110100 |
Color Harmonies of #1C9FEE
Complementary color
Monochromatic Colors of #1C9FEE
Black with #1C9FEE
Text Example
Text Example
White with #1C9FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9FEE; }
p { color: rgb(28,159,238); }
H1.HeaderClassName
{
color: #1C9FEE;
}
.AnyTagClassName
{
color: #1C9FEE;
}
</style>
background-color css
<style>
a { background-color: #1C9FEE; }
a { background-color: rgb(28,159,238); }
div.DivClassName
{
background-color: #1C9FEE;
}
.BgClassName
{
background-color: #1C9FEE;
}
</style>
border-color css
<style>
span { border-color: #1C9FEE; }
span { border-color: rgb(28,159,238); }
td.TdClassName
{
border-color: #1C9FEE;
}
.TagClassName
{
border-color: #1C9FEE;
}
</style>