Shades of Dodger Blue #1A8EFD
Tints of Dodger Blue #1A8EFD
RGB
CMYK
RGB Variations
Color information
#1A8EFD (or 0x1A8EFD) is known color: Dodger Blue. HEX triplet: 1A, 8E and FD. RGB value is (26,142,253). Sum of RGB (Red+Green+Blue) = 26+142+253=421 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.18% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #1A8EFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8EFD is #E57102. Grayscale: #777777. Windows color (decimal): -15036675 or 16616986. OLE color: 16616986.
HSL color Cylindrical-coordinate representation of color #1A8EFD: hue angle of 209.34º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A8EFD is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 142 | 253 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.01 |
| HSL | 209.34º | 0.98% | 0.55% | - |
| HSV(B) | 209.34º | 0.9% | 0.99% | - |
| XYZ | 27.83 | 26.66 | 96.61 | - |
| YUV | 119.97 | 203.07 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 142 | 253 | 0.90 | 0.44 | 0 | 0.01 | 209.34 | 0.98 | 0.55 |
| Hex | 1A | 8E | FD | 5A | 2C | 0 | 1 | D1 | 62 | 37 |
| Octal | 32 | 216 | 375 | 132 | 54 | 0 | 1 | 321 | 142 | 67 |
| Binary | 11010 | 10001110 | 11111101 | 1011010 | 101100 | 0 | 1 | 11010001 | 1100010 | 110111 |
Color Harmonies of #1A8EFD
Complementary color
Monochromatic Colors of #1A8EFD
Black with #1A8EFD
Text Example
Text Example
White with #1A8EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8EFD; }
p { color: rgb(26,142,253); }
H1.HeaderClassName
{
color: #1A8EFD;
}
.AnyTagClassName
{
color: #1A8EFD;
}
</style>
background-color css
<style>
a { background-color: #1A8EFD; }
a { background-color: rgb(26,142,253); }
div.DivClassName
{
background-color: #1A8EFD;
}
.BgClassName
{
background-color: #1A8EFD;
}
</style>
border-color css
<style>
span { border-color: #1A8EFD; }
span { border-color: rgb(26,142,253); }
td.TdClassName
{
border-color: #1A8EFD;
}
.TagClassName
{
border-color: #1A8EFD;
}
</style>