Shades of Dodger Blue #1F70FF
Tints of Dodger Blue #1F70FF
RGB
CMYK
RGB Variations
Color information
#1F70FF (or 0x1F70FF) is known color: Dodger Blue. HEX triplet: 1F, 70 and FF. RGB value is (31,112,255). Sum of RGB (Red+Green+Blue) = 31+112+255=398 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.79% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F70FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F70FF is #E08F00. Grayscale: #676767. Windows color (decimal): -14716673 or 16740383. OLE color: 16740383.
HSL color Cylindrical-coordinate representation of color #1F70FF: hue angle of 218.3º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F70FF is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 112 | 255 | - |
| CMYK | 0.88 | 0.56 | 0 | 0 |
| HSL | 218.3º | 1% | 0.56% | - |
| HSV(B) | 218.3º | 0.88% | 1% | - |
| XYZ | 24.41 | 19.1 | 97.01 | - |
| YUV | 104.08 | 213.16 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 255 | 0.88 | 0.56 | 0 | 0 | 218.3 | 1 | 0.56 |
| Hex | 1F | 70 | FF | 58 | 38 | 0 | 0 | DA | 64 | 38 |
| Octal | 37 | 160 | 377 | 130 | 70 | 0 | 0 | 332 | 144 | 70 |
| Binary | 11111 | 1110000 | 11111111 | 1011000 | 111000 | 0 | 0 | 11011010 | 1100100 | 111000 |
Color Harmonies of #1F70FF
Complementary color
Monochromatic Colors of #1F70FF
Black with #1F70FF
Text Example
Text Example
White with #1F70FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F70FF; }
p { color: rgb(31,112,255); }
H1.HeaderClassName
{
color: #1F70FF;
}
.AnyTagClassName
{
color: #1F70FF;
}
</style>
background-color css
<style>
a { background-color: #1F70FF; }
a { background-color: rgb(31,112,255); }
div.DivClassName
{
background-color: #1F70FF;
}
.BgClassName
{
background-color: #1F70FF;
}
</style>
border-color css
<style>
span { border-color: #1F70FF; }
span { border-color: rgb(31,112,255); }
td.TdClassName
{
border-color: #1F70FF;
}
.TagClassName
{
border-color: #1F70FF;
}
</style>