Shades of Dodger Blue #2A8AEF
Tints of Dodger Blue #2A8AEF
RGB
CMYK
RGB Variations
Color information
#2A8AEF (or 0x2A8AEF) is known color: Dodger Blue. HEX triplet: 2A, 8A and EF. RGB value is (42,138,239). Sum of RGB (Red+Green+Blue) = 42+138+239=419 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.02% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A8AEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A8AEF is #D57510. Grayscale: #787878. Windows color (decimal): -13989137 or 15698474. OLE color: 15698474.
HSL color Cylindrical-coordinate representation of color #2A8AEF: hue angle of 210.76º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A8AEF is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 138 | 239 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.06 |
| HSL | 210.76º | 0.86% | 0.55% | - |
| HSV(B) | 210.76º | 0.82% | 0.94% | - |
| XYZ | 25.62 | 24.9 | 85.12 | - |
| YUV | 120.81 | 194.7 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 138 | 239 | 0.82 | 0.42 | 0 | 0.06 | 210.76 | 0.86 | 0.55 |
| Hex | 2A | 8A | EF | 52 | 2A | 0 | 6 | D3 | 56 | 37 |
| Octal | 52 | 212 | 357 | 122 | 52 | 0 | 6 | 323 | 126 | 67 |
| Binary | 101010 | 10001010 | 11101111 | 1010010 | 101010 | 0 | 110 | 11010011 | 1010110 | 110111 |
Color Harmonies of #2A8AEF
Complementary color
Monochromatic Colors of #2A8AEF
Black with #2A8AEF
Text Example
Text Example
White with #2A8AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8AEF; }
p { color: rgb(42,138,239); }
H1.HeaderClassName
{
color: #2A8AEF;
}
.AnyTagClassName
{
color: #2A8AEF;
}
</style>
background-color css
<style>
a { background-color: #2A8AEF; }
a { background-color: rgb(42,138,239); }
div.DivClassName
{
background-color: #2A8AEF;
}
.BgClassName
{
background-color: #2A8AEF;
}
</style>
border-color css
<style>
span { border-color: #2A8AEF; }
span { border-color: rgb(42,138,239); }
td.TdClassName
{
border-color: #2A8AEF;
}
.TagClassName
{
border-color: #2A8AEF;
}
</style>