Shades of Dodger Blue #1A87EC
Tints of Dodger Blue #1A87EC
RGB
CMYK
RGB Variations
Color information
#1A87EC (or 0x1A87EC) is known color: Dodger Blue. HEX triplet: 1A, 87 and EC. RGB value is (26,135,236). Sum of RGB (Red+Green+Blue) = 26+135+236=397 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.55% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #1A87EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A87EC is #E57813. Grayscale: #717171. Windows color (decimal): -15038484 or 15501082. OLE color: 15501082.
HSL color Cylindrical-coordinate representation of color #1A87EC: hue angle of 208.86º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A87EC is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 135 | 236 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.07 |
| HSL | 208.86º | 0.85% | 0.51% | - |
| HSV(B) | 208.86º | 0.89% | 0.93% | - |
| XYZ | 24.23 | 23.6 | 82.64 | - |
| YUV | 113.92 | 196.89 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 236 | 0.89 | 0.43 | 0 | 0.07 | 208.86 | 0.85 | 0.51 |
| Hex | 1A | 87 | EC | 59 | 2B | 0 | 7 | D1 | 55 | 33 |
| Octal | 32 | 207 | 354 | 131 | 53 | 0 | 7 | 321 | 125 | 63 |
| Binary | 11010 | 10000111 | 11101100 | 1011001 | 101011 | 0 | 111 | 11010001 | 1010101 | 110011 |
Color Harmonies of #1A87EC
Complementary color
Monochromatic Colors of #1A87EC
Black with #1A87EC
Text Example
Text Example
White with #1A87EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A87EC; }
p { color: rgb(26,135,236); }
H1.HeaderClassName
{
color: #1A87EC;
}
.AnyTagClassName
{
color: #1A87EC;
}
</style>
background-color css
<style>
a { background-color: #1A87EC; }
a { background-color: rgb(26,135,236); }
div.DivClassName
{
background-color: #1A87EC;
}
.BgClassName
{
background-color: #1A87EC;
}
</style>
border-color css
<style>
span { border-color: #1A87EC; }
span { border-color: rgb(26,135,236); }
td.TdClassName
{
border-color: #1A87EC;
}
.TagClassName
{
border-color: #1A87EC;
}
</style>