Shades of Dodger Blue #1A70F9
Tints of Dodger Blue #1A70F9
RGB
CMYK
RGB Variations
Color information
#1A70F9 (or 0x1A70F9) is known color: Dodger Blue. HEX triplet: 1A, 70 and F9. RGB value is (26,112,249). Sum of RGB (Red+Green+Blue) = 26+112+249=387 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.72% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 249 (97.66% from 255 or 64.34% from 387); Max value from RGB is 249 - color contains mainly: blue. Hex color #1A70F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A70F9 is #E58F06. Grayscale: #656565. Windows color (decimal): -15044359 or 16347162. OLE color: 16347162.
HSL color Cylindrical-coordinate representation of color #1A70F9: hue angle of 216.86º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A70F9 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 112 | 249 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.02 |
| HSL | 216.86º | 0.95% | 0.54% | - |
| HSV(B) | 216.86º | 0.9% | 0.98% | - |
| XYZ | 23.32 | 18.65 | 91.99 | - |
| YUV | 101.9 | 211.01 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 112 | 249 | 0.90 | 0.55 | 0 | 0.02 | 216.86 | 0.95 | 0.54 |
| Hex | 1A | 70 | F9 | 5A | 37 | 0 | 2 | D9 | 5F | 36 |
| Octal | 32 | 160 | 371 | 132 | 67 | 0 | 2 | 331 | 137 | 66 |
| Binary | 11010 | 1110000 | 11111001 | 1011010 | 110111 | 0 | 10 | 11011001 | 1011111 | 110110 |
Color Harmonies of #1A70F9
Complementary color
Monochromatic Colors of #1A70F9
Black with #1A70F9
Text Example
Text Example
White with #1A70F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A70F9; }
p { color: rgb(26,112,249); }
H1.HeaderClassName
{
color: #1A70F9;
}
.AnyTagClassName
{
color: #1A70F9;
}
</style>
background-color css
<style>
a { background-color: #1A70F9; }
a { background-color: rgb(26,112,249); }
div.DivClassName
{
background-color: #1A70F9;
}
.BgClassName
{
background-color: #1A70F9;
}
</style>
border-color css
<style>
span { border-color: #1A70F9; }
span { border-color: rgb(26,112,249); }
td.TdClassName
{
border-color: #1A70F9;
}
.TagClassName
{
border-color: #1A70F9;
}
</style>