Shades of Dodger Blue #1F78FE
Tints of Dodger Blue #1F78FE
RGB
CMYK
RGB Variations
Color information
#1F78FE (or 0x1F78FE) is known color: Dodger Blue. HEX triplet: 1F, 78 and FE. RGB value is (31,120,254). Sum of RGB (Red+Green+Blue) = 31+120+254=405 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.65% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F78FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F78FE is #E08701. Grayscale: #6C6C6C. Windows color (decimal): -14714626 or 16676895. OLE color: 16676895.
HSL color Cylindrical-coordinate representation of color #1F78FE: hue angle of 216.05º 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 #1F78FE is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 120 | 254 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.00 |
| HSL | 216.05º | 0.99% | 0.56% | - |
| HSV(B) | 216.05º | 0.88% | 1% | - |
| XYZ | 25.17 | 20.88 | 96.47 | - |
| YUV | 108.67 | 210.01 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 254 | 0.88 | 0.53 | 0 | 0.00 | 216.05 | 0.99 | 0.56 |
| Hex | 1F | 78 | FE | 58 | 35 | 0 | 0 | D8 | 63 | 38 |
| Octal | 37 | 170 | 376 | 130 | 65 | 0 | 0 | 330 | 143 | 70 |
| Binary | 11111 | 1111000 | 11111110 | 1011000 | 110101 | 0 | 0 | 11011000 | 1100011 | 111000 |
Color Harmonies of #1F78FE
Complementary color
Monochromatic Colors of #1F78FE
Black with #1F78FE
Text Example
Text Example
White with #1F78FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F78FE; }
p { color: rgb(31,120,254); }
H1.HeaderClassName
{
color: #1F78FE;
}
.AnyTagClassName
{
color: #1F78FE;
}
</style>
background-color css
<style>
a { background-color: #1F78FE; }
a { background-color: rgb(31,120,254); }
div.DivClassName
{
background-color: #1F78FE;
}
.BgClassName
{
background-color: #1F78FE;
}
</style>
border-color css
<style>
span { border-color: #1F78FE; }
span { border-color: rgb(31,120,254); }
td.TdClassName
{
border-color: #1F78FE;
}
.TagClassName
{
border-color: #1F78FE;
}
</style>