Shades of Dodger Blue #1F78DF
Tints of Dodger Blue #1F78DF
RGB
CMYK
RGB Variations
Color information
#1F78DF (or 0x1F78DF) is known color: Dodger Blue. HEX triplet: 1F, 78 and DF. RGB value is (31,120,223). Sum of RGB (Red+Green+Blue) = 31+120+223=374 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.29% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F78DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F78DF is #E08720. Grayscale: #686868. Windows color (decimal): -14714657 or 14645279. OLE color: 14645279.
HSL color Cylindrical-coordinate representation of color #1F78DF: hue angle of 212.19º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F78DF is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 120 | 223 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.13 |
| HSL | 212.19º | 0.76% | 0.5% | - |
| HSV(B) | 212.19º | 0.86% | 0.87% | - |
| XYZ | 20.6 | 19.05 | 72.4 | - |
| YUV | 105.13 | 194.51 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 223 | 0.86 | 0.46 | 0 | 0.13 | 212.19 | 0.76 | 0.5 |
| Hex | 1F | 78 | DF | 56 | 2E | 0 | D | D4 | 4C | 32 |
| Octal | 37 | 170 | 337 | 126 | 56 | 0 | 15 | 324 | 114 | 62 |
| Binary | 11111 | 1111000 | 11011111 | 1010110 | 101110 | 0 | 1101 | 11010100 | 1001100 | 110010 |
Color Harmonies of #1F78DF
Complementary color
Monochromatic Colors of #1F78DF
Black with #1F78DF
Text Example
Text Example
White with #1F78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F78DF; }
p { color: rgb(31,120,223); }
H1.HeaderClassName
{
color: #1F78DF;
}
.AnyTagClassName
{
color: #1F78DF;
}
</style>
background-color css
<style>
a { background-color: #1F78DF; }
a { background-color: rgb(31,120,223); }
div.DivClassName
{
background-color: #1F78DF;
}
.BgClassName
{
background-color: #1F78DF;
}
</style>
border-color css
<style>
span { border-color: #1F78DF; }
span { border-color: rgb(31,120,223); }
td.TdClassName
{
border-color: #1F78DF;
}
.TagClassName
{
border-color: #1F78DF;
}
</style>