Shades of Dodger Blue #1C99FE
Tints of Dodger Blue #1C99FE
RGB
CMYK
RGB Variations
Color information
#1C99FE (or 0x1C99FE) is known color: Dodger Blue. HEX triplet: 1C, 99 and FE. RGB value is (28,153,254). Sum of RGB (Red+Green+Blue) = 28+153+254=435 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.44% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #1C99FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C99FE is #E36601. Grayscale: #7E7E7E. Windows color (decimal): -14902786 or 16685340. OLE color: 16685340.
HSL color Cylindrical-coordinate representation of color #1C99FE: hue angle of 206.81º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C99FE is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 28 | 153 | 254 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.00 |
| HSL | 206.81º | 0.99% | 0.55% | - |
| HSV(B) | 206.81º | 0.89% | 1% | - |
| XYZ | 29.76 | 30.19 | 98.02 | - |
| YUV | 127.14 | 199.59 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 153 | 254 | 0.89 | 0.40 | 0 | 0.00 | 206.81 | 0.99 | 0.55 |
| Hex | 1C | 99 | FE | 59 | 28 | 0 | 0 | CF | 63 | 37 |
| Octal | 34 | 231 | 376 | 131 | 50 | 0 | 0 | 317 | 143 | 67 |
| Binary | 11100 | 10011001 | 11111110 | 1011001 | 101000 | 0 | 0 | 11001111 | 1100011 | 110111 |
Color Harmonies of #1C99FE
Complementary color
Monochromatic Colors of #1C99FE
Black with #1C99FE
Text Example
Text Example
White with #1C99FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C99FE; }
p { color: rgb(28,153,254); }
H1.HeaderClassName
{
color: #1C99FE;
}
.AnyTagClassName
{
color: #1C99FE;
}
</style>
background-color css
<style>
a { background-color: #1C99FE; }
a { background-color: rgb(28,153,254); }
div.DivClassName
{
background-color: #1C99FE;
}
.BgClassName
{
background-color: #1C99FE;
}
</style>
border-color css
<style>
span { border-color: #1C99FE; }
span { border-color: rgb(28,153,254); }
td.TdClassName
{
border-color: #1C99FE;
}
.TagClassName
{
border-color: #1C99FE;
}
</style>