Shades of Dodger Blue #1F7FFE
Tints of Dodger Blue #1F7FFE
RGB
CMYK
RGB Variations
Color information
#1F7FFE (or 0x1F7FFE) is known color: Dodger Blue. HEX triplet: 1F, 7F and FE. RGB value is (31,127,254). Sum of RGB (Red+Green+Blue) = 31+127+254=412 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.52% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F7FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F7FFE is #E08001. Grayscale: #707070. Windows color (decimal): -14712834 or 16678687. OLE color: 16678687.
HSL color Cylindrical-coordinate representation of color #1F7FFE: hue angle of 214.17º 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 #1F7FFE is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 127 | 254 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.00 |
| HSL | 214.17º | 0.99% | 0.56% | - |
| HSV(B) | 214.17º | 0.88% | 1% | - |
| XYZ | 26.04 | 22.63 | 96.76 | - |
| YUV | 112.77 | 207.7 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 127 | 254 | 0.88 | 0.50 | 0 | 0.00 | 214.17 | 0.99 | 0.56 |
| Hex | 1F | 7F | FE | 58 | 32 | 0 | 0 | D6 | 63 | 38 |
| Octal | 37 | 177 | 376 | 130 | 62 | 0 | 0 | 326 | 143 | 70 |
| Binary | 11111 | 1111111 | 11111110 | 1011000 | 110010 | 0 | 0 | 11010110 | 1100011 | 111000 |
Color Harmonies of #1F7FFE
Complementary color
Monochromatic Colors of #1F7FFE
Black with #1F7FFE
Text Example
Text Example
White with #1F7FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7FFE; }
p { color: rgb(31,127,254); }
H1.HeaderClassName
{
color: #1F7FFE;
}
.AnyTagClassName
{
color: #1F7FFE;
}
</style>
background-color css
<style>
a { background-color: #1F7FFE; }
a { background-color: rgb(31,127,254); }
div.DivClassName
{
background-color: #1F7FFE;
}
.BgClassName
{
background-color: #1F7FFE;
}
</style>
border-color css
<style>
span { border-color: #1F7FFE; }
span { border-color: rgb(31,127,254); }
td.TdClassName
{
border-color: #1F7FFE;
}
.TagClassName
{
border-color: #1F7FFE;
}
</style>