Shades of Dodger Blue #1C99FF
Tints of Dodger Blue #1C99FF
RGB
CMYK
RGB Variations
Color information
#1C99FF (or 0x1C99FF) is known color: Dodger Blue. HEX triplet: 1C, 99 and FF. RGB value is (28,153,255). Sum of RGB (Red+Green+Blue) = 28+153+255=436 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.42% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C99FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C99FF is #E36600. Grayscale: #7E7E7E. Windows color (decimal): -14902785 or 16750876. OLE color: 16750876.
HSL color Cylindrical-coordinate representation of color #1C99FF: hue angle of 206.96º 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 #1C99FF is Cyan = 0.89, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 153 | 255 | - |
| CMYK | 0.89 | 0.4 | 0 | 0 |
| HSL | 206.96º | 1% | 0.55% | - |
| HSV(B) | 206.96º | 0.89% | 1% | - |
| XYZ | 29.92 | 30.25 | 98.87 | - |
| YUV | 127.25 | 200.09 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 153 | 255 | 0.89 | 0.4 | 0 | 0 | 206.96 | 1 | 0.55 |
| Hex | 1C | 99 | FF | 59 | 28 | 0 | 0 | CF | 64 | 37 |
| Octal | 34 | 231 | 377 | 131 | 50 | 0 | 0 | 317 | 144 | 67 |
| Binary | 11100 | 10011001 | 11111111 | 1011001 | 101000 | 0 | 0 | 11001111 | 1100100 | 110111 |
Color Harmonies of #1C99FF
Complementary color
Monochromatic Colors of #1C99FF
Black with #1C99FF
Text Example
Text Example
White with #1C99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C99FF; }
p { color: rgb(28,153,255); }
H1.HeaderClassName
{
color: #1C99FF;
}
.AnyTagClassName
{
color: #1C99FF;
}
</style>
background-color css
<style>
a { background-color: #1C99FF; }
a { background-color: rgb(28,153,255); }
div.DivClassName
{
background-color: #1C99FF;
}
.BgClassName
{
background-color: #1C99FF;
}
</style>
border-color css
<style>
span { border-color: #1C99FF; }
span { border-color: rgb(28,153,255); }
td.TdClassName
{
border-color: #1C99FF;
}
.TagClassName
{
border-color: #1C99FF;
}
</style>