Shades of Dodger Blue #1C99FA
Tints of Dodger Blue #1C99FA
RGB
CMYK
RGB Variations
Color information
#1C99FA (or 0x1C99FA) is known color: Dodger Blue. HEX triplet: 1C, 99 and FA. RGB value is (28,153,250). Sum of RGB (Red+Green+Blue) = 28+153+250=431 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.50% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C99FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C99FA is #E36605. Grayscale: #7E7E7E. Windows color (decimal): -14902790 or 16423196. OLE color: 16423196.
HSL color Cylindrical-coordinate representation of color #1C99FA: hue angle of 206.22º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C99FA is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 153 | 250 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.02 |
| HSL | 206.22º | 0.96% | 0.55% | - |
| HSV(B) | 206.22º | 0.89% | 0.98% | - |
| XYZ | 29.13 | 29.93 | 94.68 | - |
| YUV | 126.68 | 197.59 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 153 | 250 | 0.89 | 0.39 | 0 | 0.02 | 206.22 | 0.96 | 0.55 |
| Hex | 1C | 99 | FA | 59 | 27 | 0 | 2 | CE | 60 | 37 |
| Octal | 34 | 231 | 372 | 131 | 47 | 0 | 2 | 316 | 140 | 67 |
| Binary | 11100 | 10011001 | 11111010 | 1011001 | 100111 | 0 | 10 | 11001110 | 1100000 | 110111 |
Color Harmonies of #1C99FA
Complementary color
Monochromatic Colors of #1C99FA
Black with #1C99FA
Text Example
Text Example
White with #1C99FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C99FA; }
p { color: rgb(28,153,250); }
H1.HeaderClassName
{
color: #1C99FA;
}
.AnyTagClassName
{
color: #1C99FA;
}
</style>
background-color css
<style>
a { background-color: #1C99FA; }
a { background-color: rgb(28,153,250); }
div.DivClassName
{
background-color: #1C99FA;
}
.BgClassName
{
background-color: #1C99FA;
}
</style>
border-color css
<style>
span { border-color: #1C99FA; }
span { border-color: rgb(28,153,250); }
td.TdClassName
{
border-color: #1C99FA;
}
.TagClassName
{
border-color: #1C99FA;
}
</style>