Shades of Dodger Blue #1F72FE
Tints of Dodger Blue #1F72FE
RGB
CMYK
RGB Variations
Color information
#1F72FE (or 0x1F72FE) is known color: Dodger Blue. HEX triplet: 1F, 72 and FE. RGB value is (31,114,254). Sum of RGB (Red+Green+Blue) = 31+114+254=399 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.77% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F72FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F72FE is #E08D01. Grayscale: #686868. Windows color (decimal): -14716162 or 16675359. OLE color: 16675359.
HSL color Cylindrical-coordinate representation of color #1F72FE: hue angle of 217.67º 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 #1F72FE is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 114 | 254 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.00 |
| HSL | 217.67º | 0.99% | 0.56% | - |
| HSV(B) | 217.67º | 0.88% | 1% | - |
| XYZ | 24.47 | 19.48 | 96.24 | - |
| YUV | 105.14 | 212 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 114 | 254 | 0.88 | 0.55 | 0 | 0.00 | 217.67 | 0.99 | 0.56 |
| Hex | 1F | 72 | FE | 58 | 37 | 0 | 0 | DA | 63 | 38 |
| Octal | 37 | 162 | 376 | 130 | 67 | 0 | 0 | 332 | 143 | 70 |
| Binary | 11111 | 1110010 | 11111110 | 1011000 | 110111 | 0 | 0 | 11011010 | 1100011 | 111000 |
Color Harmonies of #1F72FE
Complementary color
Monochromatic Colors of #1F72FE
Black with #1F72FE
Text Example
Text Example
White with #1F72FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F72FE; }
p { color: rgb(31,114,254); }
H1.HeaderClassName
{
color: #1F72FE;
}
.AnyTagClassName
{
color: #1F72FE;
}
</style>
background-color css
<style>
a { background-color: #1F72FE; }
a { background-color: rgb(31,114,254); }
div.DivClassName
{
background-color: #1F72FE;
}
.BgClassName
{
background-color: #1F72FE;
}
</style>
border-color css
<style>
span { border-color: #1F72FE; }
span { border-color: rgb(31,114,254); }
td.TdClassName
{
border-color: #1F72FE;
}
.TagClassName
{
border-color: #1F72FE;
}
</style>