Shades of Dodger Blue #1A70FF
Tints of Dodger Blue #1A70FF
RGB
CMYK
RGB Variations
Color information
#1A70FF (or 0x1A70FF) is known color: Dodger Blue. HEX triplet: 1A, 70 and FF. RGB value is (26,112,255). Sum of RGB (Red+Green+Blue) = 26+112+255=393 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.62% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A70FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A70FF is #E58F00. Grayscale: #656565. Windows color (decimal): -15044353 or 16740378. OLE color: 16740378.
HSL color Cylindrical-coordinate representation of color #1A70FF: hue angle of 217.47º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A70FF is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 112 | 255 | - |
| CMYK | 0.90 | 0.56 | 0 | 0 |
| HSL | 217.47º | 1% | 0.55% | - |
| HSV(B) | 217.47º | 0.9% | 1% | - |
| XYZ | 24.27 | 19.03 | 97 | - |
| YUV | 102.59 | 214.01 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 112 | 255 | 0.90 | 0.56 | 0 | 0 | 217.47 | 1 | 0.55 |
| Hex | 1A | 70 | FF | 5A | 38 | 0 | 0 | D9 | 64 | 37 |
| Octal | 32 | 160 | 377 | 132 | 70 | 0 | 0 | 331 | 144 | 67 |
| Binary | 11010 | 1110000 | 11111111 | 1011010 | 111000 | 0 | 0 | 11011001 | 1100100 | 110111 |
Color Harmonies of #1A70FF
Complementary color
Monochromatic Colors of #1A70FF
Black with #1A70FF
Text Example
Text Example
White with #1A70FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A70FF; }
p { color: rgb(26,112,255); }
H1.HeaderClassName
{
color: #1A70FF;
}
.AnyTagClassName
{
color: #1A70FF;
}
</style>
background-color css
<style>
a { background-color: #1A70FF; }
a { background-color: rgb(26,112,255); }
div.DivClassName
{
background-color: #1A70FF;
}
.BgClassName
{
background-color: #1A70FF;
}
</style>
border-color css
<style>
span { border-color: #1A70FF; }
span { border-color: rgb(26,112,255); }
td.TdClassName
{
border-color: #1A70FF;
}
.TagClassName
{
border-color: #1A70FF;
}
</style>