Shades of Dodger Blue #1A70F2
Tints of Dodger Blue #1A70F2
RGB
CMYK
RGB Variations
Color information
#1A70F2 (or 0x1A70F2) is known color: Dodger Blue. HEX triplet: 1A, 70 and F2. RGB value is (26,112,242). Sum of RGB (Red+Green+Blue) = 26+112+242=380 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.84% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 242 (94.92% from 255 or 63.68% from 380); Max value from RGB is 242 - color contains mainly: blue. Hex color #1A70F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A70F2 is #E58F0D. Grayscale: #646464. Windows color (decimal): -15044366 or 15888410. OLE color: 15888410.
HSL color Cylindrical-coordinate representation of color #1A70F2: hue angle of 216.11º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A70F2 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 112 | 242 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.05 |
| HSL | 216.11º | 0.89% | 0.53% | - |
| HSV(B) | 216.11º | 0.89% | 0.95% | - |
| XYZ | 22.25 | 18.22 | 86.35 | - |
| YUV | 101.11 | 207.51 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 112 | 242 | 0.89 | 0.54 | 0 | 0.05 | 216.11 | 0.89 | 0.53 |
| Hex | 1A | 70 | F2 | 59 | 36 | 0 | 5 | D8 | 59 | 35 |
| Octal | 32 | 160 | 362 | 131 | 66 | 0 | 5 | 330 | 131 | 65 |
| Binary | 11010 | 1110000 | 11110010 | 1011001 | 110110 | 0 | 101 | 11011000 | 1011001 | 110101 |
Color Harmonies of #1A70F2
Complementary color
Monochromatic Colors of #1A70F2
Black with #1A70F2
Text Example
Text Example
White with #1A70F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A70F2; }
p { color: rgb(26,112,242); }
H1.HeaderClassName
{
color: #1A70F2;
}
.AnyTagClassName
{
color: #1A70F2;
}
</style>
background-color css
<style>
a { background-color: #1A70F2; }
a { background-color: rgb(26,112,242); }
div.DivClassName
{
background-color: #1A70F2;
}
.BgClassName
{
background-color: #1A70F2;
}
</style>
border-color css
<style>
span { border-color: #1A70F2; }
span { border-color: rgb(26,112,242); }
td.TdClassName
{
border-color: #1A70F2;
}
.TagClassName
{
border-color: #1A70F2;
}
</style>