Shades of Dodger Blue #1F9FFF
Tints of Dodger Blue #1F9FFF
RGB
CMYK
RGB Variations
Color information
#1F9FFF (or 0x1F9FFF) is known color: Dodger Blue. HEX triplet: 1F, 9F and FF. RGB value is (31,159,255). Sum of RGB (Red+Green+Blue) = 31+159+255=445 (58% of max value = 765). Red value is 31 (12.5% from 255 or 6.97% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F9FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9FFF is #E06000. Grayscale: #838383. Windows color (decimal): -14704641 or 16752415. OLE color: 16752415.
HSL color Cylindrical-coordinate representation of color #1F9FFF: hue angle of 205.71º 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 #1F9FFF is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 159 | 255 | - |
| CMYK | 0.88 | 0.38 | 0 | 0 |
| HSL | 205.71º | 1% | 0.56% | - |
| HSV(B) | 205.71º | 0.88% | 1% | - |
| XYZ | 31.01 | 32.31 | 99.21 | - |
| YUV | 131.67 | 197.59 | 56.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 159 | 255 | 0.88 | 0.38 | 0 | 0 | 205.71 | 1 | 0.56 |
| Hex | 1F | 9F | FF | 58 | 26 | 0 | 0 | CE | 64 | 38 |
| Octal | 37 | 237 | 377 | 130 | 46 | 0 | 0 | 316 | 144 | 70 |
| Binary | 11111 | 10011111 | 11111111 | 1011000 | 100110 | 0 | 0 | 11001110 | 1100100 | 111000 |
Color Harmonies of #1F9FFF
Complementary color
Monochromatic Colors of #1F9FFF
Black with #1F9FFF
Text Example
Text Example
White with #1F9FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9FFF; }
p { color: rgb(31,159,255); }
H1.HeaderClassName
{
color: #1F9FFF;
}
.AnyTagClassName
{
color: #1F9FFF;
}
</style>
background-color css
<style>
a { background-color: #1F9FFF; }
a { background-color: rgb(31,159,255); }
div.DivClassName
{
background-color: #1F9FFF;
}
.BgClassName
{
background-color: #1F9FFF;
}
</style>
border-color css
<style>
span { border-color: #1F9FFF; }
span { border-color: rgb(31,159,255); }
td.TdClassName
{
border-color: #1F9FFF;
}
.TagClassName
{
border-color: #1F9FFF;
}
</style>