Shades of Dodger Blue #1F99EC
Tints of Dodger Blue #1F99EC
RGB
CMYK
RGB Variations
Color information
#1F99EC (or 0x1F99EC) is known color: Dodger Blue. HEX triplet: 1F, 99 and EC. RGB value is (31,153,236). Sum of RGB (Red+Green+Blue) = 31+153+236=420 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.38% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #1F99EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F99EC is #E06613. Grayscale: #7D7D7D. Windows color (decimal): -14706196 or 15505695. OLE color: 15505695.
HSL color Cylindrical-coordinate representation of color #1F99EC: hue angle of 204.29º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F99EC is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 153 | 236 | - |
| CMYK | 0.87 | 0.35 | 0 | 0.07 |
| HSL | 204.29º | 0.84% | 0.52% | - |
| HSV(B) | 204.29º | 0.87% | 0.93% | - |
| XYZ | 27.1 | 29.13 | 83.55 | - |
| YUV | 125.98 | 190.08 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 153 | 236 | 0.87 | 0.35 | 0 | 0.07 | 204.29 | 0.84 | 0.52 |
| Hex | 1F | 99 | EC | 57 | 23 | 0 | 7 | CC | 54 | 34 |
| Octal | 37 | 231 | 354 | 127 | 43 | 0 | 7 | 314 | 124 | 64 |
| Binary | 11111 | 10011001 | 11101100 | 1010111 | 100011 | 0 | 111 | 11001100 | 1010100 | 110100 |
Color Harmonies of #1F99EC
Complementary color
Monochromatic Colors of #1F99EC
Black with #1F99EC
Text Example
Text Example
White with #1F99EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F99EC; }
p { color: rgb(31,153,236); }
H1.HeaderClassName
{
color: #1F99EC;
}
.AnyTagClassName
{
color: #1F99EC;
}
</style>
background-color css
<style>
a { background-color: #1F99EC; }
a { background-color: rgb(31,153,236); }
div.DivClassName
{
background-color: #1F99EC;
}
.BgClassName
{
background-color: #1F99EC;
}
</style>
border-color css
<style>
span { border-color: #1F99EC; }
span { border-color: rgb(31,153,236); }
td.TdClassName
{
border-color: #1F99EC;
}
.TagClassName
{
border-color: #1F99EC;
}
</style>