Shades of Dodger Blue #1F78FA
Tints of Dodger Blue #1F78FA
RGB
CMYK
RGB Variations
Color information
#1F78FA (or 0x1F78FA) is known color: Dodger Blue. HEX triplet: 1F, 78 and FA. RGB value is (31,120,250). Sum of RGB (Red+Green+Blue) = 31+120+250=401 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.73% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #1F78FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F78FA is #E08705. Grayscale: #6B6B6B. Windows color (decimal): -14714630 or 16414751. OLE color: 16414751.
HSL color Cylindrical-coordinate representation of color #1F78FA: hue angle of 215.62º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F78FA is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 120 | 250 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.02 |
| HSL | 215.62º | 0.96% | 0.55% | - |
| HSV(B) | 215.62º | 0.88% | 0.98% | - |
| XYZ | 24.54 | 20.63 | 93.13 | - |
| YUV | 108.21 | 208.01 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 250 | 0.88 | 0.52 | 0 | 0.02 | 215.62 | 0.96 | 0.55 |
| Hex | 1F | 78 | FA | 58 | 34 | 0 | 2 | D8 | 60 | 37 |
| Octal | 37 | 170 | 372 | 130 | 64 | 0 | 2 | 330 | 140 | 67 |
| Binary | 11111 | 1111000 | 11111010 | 1011000 | 110100 | 0 | 10 | 11011000 | 1100000 | 110111 |
Color Harmonies of #1F78FA
Complementary color
Monochromatic Colors of #1F78FA
Black with #1F78FA
Text Example
Text Example
White with #1F78FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F78FA; }
p { color: rgb(31,120,250); }
H1.HeaderClassName
{
color: #1F78FA;
}
.AnyTagClassName
{
color: #1F78FA;
}
</style>
background-color css
<style>
a { background-color: #1F78FA; }
a { background-color: rgb(31,120,250); }
div.DivClassName
{
background-color: #1F78FA;
}
.BgClassName
{
background-color: #1F78FA;
}
</style>
border-color css
<style>
span { border-color: #1F78FA; }
span { border-color: rgb(31,120,250); }
td.TdClassName
{
border-color: #1F78FA;
}
.TagClassName
{
border-color: #1F78FA;
}
</style>