Shades of Dodger Blue #1F99FF
Tints of Dodger Blue #1F99FF
RGB
CMYK
RGB Variations
Color information
#1F99FF (or 0x1F99FF) is known color: Dodger Blue. HEX triplet: 1F, 99 and FF. RGB value is (31,153,255). Sum of RGB (Red+Green+Blue) = 31+153+255=439 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.06% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F99FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F99FF is #E06600. Grayscale: #7F7F7F. Windows color (decimal): -14706177 or 16750879. OLE color: 16750879.
HSL color Cylindrical-coordinate representation of color #1F99FF: hue angle of 207.32º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F99FF is Cyan = 0.88, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 153 | 255 | - |
| CMYK | 0.88 | 0.4 | 0 | 0 |
| HSL | 207.32º | 1% | 0.56% | - |
| HSV(B) | 207.32º | 0.88% | 1% | - |
| XYZ | 30.01 | 30.29 | 98.87 | - |
| YUV | 128.15 | 199.58 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 153 | 255 | 0.88 | 0.4 | 0 | 0 | 207.32 | 1 | 0.56 |
| Hex | 1F | 99 | FF | 58 | 28 | 0 | 0 | CF | 64 | 38 |
| Octal | 37 | 231 | 377 | 130 | 50 | 0 | 0 | 317 | 144 | 70 |
| Binary | 11111 | 10011001 | 11111111 | 1011000 | 101000 | 0 | 0 | 11001111 | 1100100 | 111000 |
Color Harmonies of #1F99FF
Complementary color
Monochromatic Colors of #1F99FF
Black with #1F99FF
Text Example
Text Example
White with #1F99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F99FF; }
p { color: rgb(31,153,255); }
H1.HeaderClassName
{
color: #1F99FF;
}
.AnyTagClassName
{
color: #1F99FF;
}
</style>
background-color css
<style>
a { background-color: #1F99FF; }
a { background-color: rgb(31,153,255); }
div.DivClassName
{
background-color: #1F99FF;
}
.BgClassName
{
background-color: #1F99FF;
}
</style>
border-color css
<style>
span { border-color: #1F99FF; }
span { border-color: rgb(31,153,255); }
td.TdClassName
{
border-color: #1F99FF;
}
.TagClassName
{
border-color: #1F99FF;
}
</style>