Shades of Dodger Blue #1C99FB
Tints of Dodger Blue #1C99FB
RGB
CMYK
RGB Variations
Color information
#1C99FB (or 0x1C99FB) is known color: Dodger Blue. HEX triplet: 1C, 99 and FB. RGB value is (28,153,251). Sum of RGB (Red+Green+Blue) = 28+153+251=432 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.48% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #1C99FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C99FB is #E36604. Grayscale: #7E7E7E. Windows color (decimal): -14902789 or 16488732. OLE color: 16488732.
HSL color Cylindrical-coordinate representation of color #1C99FB: hue angle of 206.37º degrees, saturation: 0.97, 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 #1C99FB is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 153 | 251 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.02 |
| HSL | 206.37º | 0.97% | 0.55% | - |
| HSV(B) | 206.37º | 0.89% | 0.98% | - |
| XYZ | 29.28 | 29.99 | 95.51 | - |
| YUV | 126.8 | 198.09 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 153 | 251 | 0.89 | 0.39 | 0 | 0.02 | 206.37 | 0.97 | 0.55 |
| Hex | 1C | 99 | FB | 59 | 27 | 0 | 2 | CE | 61 | 37 |
| Octal | 34 | 231 | 373 | 131 | 47 | 0 | 2 | 316 | 141 | 67 |
| Binary | 11100 | 10011001 | 11111011 | 1011001 | 100111 | 0 | 10 | 11001110 | 1100001 | 110111 |
Color Harmonies of #1C99FB
Complementary color
Monochromatic Colors of #1C99FB
Black with #1C99FB
Text Example
Text Example
White with #1C99FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C99FB; }
p { color: rgb(28,153,251); }
H1.HeaderClassName
{
color: #1C99FB;
}
.AnyTagClassName
{
color: #1C99FB;
}
</style>
background-color css
<style>
a { background-color: #1C99FB; }
a { background-color: rgb(28,153,251); }
div.DivClassName
{
background-color: #1C99FB;
}
.BgClassName
{
background-color: #1C99FB;
}
</style>
border-color css
<style>
span { border-color: #1C99FB; }
span { border-color: rgb(28,153,251); }
td.TdClassName
{
border-color: #1C99FB;
}
.TagClassName
{
border-color: #1C99FB;
}
</style>