Shades of Dodger Blue #1A87FE
Tints of Dodger Blue #1A87FE
RGB
CMYK
RGB Variations
Color information
#1A87FE (or 0x1A87FE) is known color: Dodger Blue. HEX triplet: 1A, 87 and FE. RGB value is (26,135,254). Sum of RGB (Red+Green+Blue) = 26+135+254=415 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.27% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #1A87FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A87FE is #E57801. Grayscale: #737373. Windows color (decimal): -15038466 or 16680730. OLE color: 16680730.
HSL color Cylindrical-coordinate representation of color #1A87FE: hue angle of 211.32º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A87FE is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 135 | 254 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.00 |
| HSL | 211.32º | 0.99% | 0.55% | - |
| HSV(B) | 211.32º | 0.9% | 1% | - |
| XYZ | 26.98 | 24.7 | 97.11 | - |
| YUV | 115.98 | 205.89 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 254 | 0.90 | 0.47 | 0 | 0.00 | 211.32 | 0.99 | 0.55 |
| Hex | 1A | 87 | FE | 5A | 2F | 0 | 0 | D3 | 63 | 37 |
| Octal | 32 | 207 | 376 | 132 | 57 | 0 | 0 | 323 | 143 | 67 |
| Binary | 11010 | 10000111 | 11111110 | 1011010 | 101111 | 0 | 0 | 11010011 | 1100011 | 110111 |
Color Harmonies of #1A87FE
Complementary color
Monochromatic Colors of #1A87FE
Black with #1A87FE
Text Example
Text Example
White with #1A87FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A87FE; }
p { color: rgb(26,135,254); }
H1.HeaderClassName
{
color: #1A87FE;
}
.AnyTagClassName
{
color: #1A87FE;
}
</style>
background-color css
<style>
a { background-color: #1A87FE; }
a { background-color: rgb(26,135,254); }
div.DivClassName
{
background-color: #1A87FE;
}
.BgClassName
{
background-color: #1A87FE;
}
</style>
border-color css
<style>
span { border-color: #1A87FE; }
span { border-color: rgb(26,135,254); }
td.TdClassName
{
border-color: #1A87FE;
}
.TagClassName
{
border-color: #1A87FE;
}
</style>