Shades of Dodger Blue #1F9FFE
Tints of Dodger Blue #1F9FFE
RGB
CMYK
RGB Variations
Color information
#1F9FFE (or 0x1F9FFE) is known color: Dodger Blue. HEX triplet: 1F, 9F and FE. RGB value is (31,159,254). Sum of RGB (Red+Green+Blue) = 31+159+254=444 (58% of max value = 765). Red value is 31 (12.5% from 255 or 6.98% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F9FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9FFE is #E06001. Grayscale: #838383. Windows color (decimal): -14704642 or 16686879. OLE color: 16686879.
HSL color Cylindrical-coordinate representation of color #1F9FFE: hue angle of 205.56º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F9FFE is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 159 | 254 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.00 |
| HSL | 205.56º | 0.99% | 0.56% | - |
| HSV(B) | 205.56º | 0.88% | 1% | - |
| XYZ | 30.85 | 32.24 | 98.36 | - |
| YUV | 131.56 | 197.09 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 159 | 254 | 0.88 | 0.37 | 0 | 0.00 | 205.56 | 0.99 | 0.56 |
| Hex | 1F | 9F | FE | 58 | 25 | 0 | 0 | CE | 63 | 38 |
| Octal | 37 | 237 | 376 | 130 | 45 | 0 | 0 | 316 | 143 | 70 |
| Binary | 11111 | 10011111 | 11111110 | 1011000 | 100101 | 0 | 0 | 11001110 | 1100011 | 111000 |
Color Harmonies of #1F9FFE
Complementary color
Monochromatic Colors of #1F9FFE
Black with #1F9FFE
Text Example
Text Example
White with #1F9FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9FFE; }
p { color: rgb(31,159,254); }
H1.HeaderClassName
{
color: #1F9FFE;
}
.AnyTagClassName
{
color: #1F9FFE;
}
</style>
background-color css
<style>
a { background-color: #1F9FFE; }
a { background-color: rgb(31,159,254); }
div.DivClassName
{
background-color: #1F9FFE;
}
.BgClassName
{
background-color: #1F9FFE;
}
</style>
border-color css
<style>
span { border-color: #1F9FFE; }
span { border-color: rgb(31,159,254); }
td.TdClassName
{
border-color: #1F9FFE;
}
.TagClassName
{
border-color: #1F9FFE;
}
</style>