Shades of Dodger Blue #1A70EB
Tints of Dodger Blue #1A70EB
RGB
CMYK
RGB Variations
Color information
#1A70EB (or 0x1A70EB) is known color: Dodger Blue. HEX triplet: 1A, 70 and EB. RGB value is (26,112,235). Sum of RGB (Red+Green+Blue) = 26+112+235=373 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.97% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A70EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A70EB is #E58F14. Grayscale: #636363. Windows color (decimal): -15044373 or 15429658. OLE color: 15429658.
HSL color Cylindrical-coordinate representation of color #1A70EB: hue angle of 215.31º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A70EB is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 112 | 235 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.08 |
| HSL | 215.31º | 0.84% | 0.51% | - |
| HSV(B) | 215.31º | 0.89% | 0.92% | - |
| XYZ | 21.22 | 17.81 | 80.92 | - |
| YUV | 100.31 | 204.01 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 112 | 235 | 0.89 | 0.52 | 0 | 0.08 | 215.31 | 0.84 | 0.51 |
| Hex | 1A | 70 | EB | 59 | 34 | 0 | 8 | D7 | 54 | 33 |
| Octal | 32 | 160 | 353 | 131 | 64 | 0 | 10 | 327 | 124 | 63 |
| Binary | 11010 | 1110000 | 11101011 | 1011001 | 110100 | 0 | 1000 | 11010111 | 1010100 | 110011 |
Color Harmonies of #1A70EB
Complementary color
Monochromatic Colors of #1A70EB
Black with #1A70EB
Text Example
Text Example
White with #1A70EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A70EB; }
p { color: rgb(26,112,235); }
H1.HeaderClassName
{
color: #1A70EB;
}
.AnyTagClassName
{
color: #1A70EB;
}
</style>
background-color css
<style>
a { background-color: #1A70EB; }
a { background-color: rgb(26,112,235); }
div.DivClassName
{
background-color: #1A70EB;
}
.BgClassName
{
background-color: #1A70EB;
}
</style>
border-color css
<style>
span { border-color: #1A70EB; }
span { border-color: rgb(26,112,235); }
td.TdClassName
{
border-color: #1A70EB;
}
.TagClassName
{
border-color: #1A70EB;
}
</style>