Shades of Dodger Blue #1A70F4
Tints of Dodger Blue #1A70F4
RGB
CMYK
RGB Variations
Color information
#1A70F4 (or 0x1A70F4) is known color: Dodger Blue. HEX triplet: 1A, 70 and F4. RGB value is (26,112,244). Sum of RGB (Red+Green+Blue) = 26+112+244=382 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.81% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 244 (95.70% from 255 or 63.87% from 382); Max value from RGB is 244 - color contains mainly: blue. Hex color #1A70F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A70F4 is #E58F0B. Grayscale: #646464. Windows color (decimal): -15044364 or 16019482. OLE color: 16019482.
HSL color Cylindrical-coordinate representation of color #1A70F4: hue angle of 216.33º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A70F4 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 112 | 244 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.04 |
| HSL | 216.33º | 0.91% | 0.53% | - |
| HSV(B) | 216.33º | 0.89% | 0.96% | - |
| XYZ | 22.55 | 18.34 | 87.94 | - |
| YUV | 101.33 | 208.51 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 112 | 244 | 0.89 | 0.54 | 0 | 0.04 | 216.33 | 0.91 | 0.53 |
| Hex | 1A | 70 | F4 | 59 | 36 | 0 | 4 | D8 | 5B | 35 |
| Octal | 32 | 160 | 364 | 131 | 66 | 0 | 4 | 330 | 133 | 65 |
| Binary | 11010 | 1110000 | 11110100 | 1011001 | 110110 | 0 | 100 | 11011000 | 1011011 | 110101 |
Color Harmonies of #1A70F4
Complementary color
Monochromatic Colors of #1A70F4
Black with #1A70F4
Text Example
Text Example
White with #1A70F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A70F4; }
p { color: rgb(26,112,244); }
H1.HeaderClassName
{
color: #1A70F4;
}
.AnyTagClassName
{
color: #1A70F4;
}
</style>
background-color css
<style>
a { background-color: #1A70F4; }
a { background-color: rgb(26,112,244); }
div.DivClassName
{
background-color: #1A70F4;
}
.BgClassName
{
background-color: #1A70F4;
}
</style>
border-color css
<style>
span { border-color: #1A70F4; }
span { border-color: rgb(26,112,244); }
td.TdClassName
{
border-color: #1A70F4;
}
.TagClassName
{
border-color: #1A70F4;
}
</style>