Shades of Dodger Blue #2A8BEF
Tints of Dodger Blue #2A8BEF
RGB
CMYK
RGB Variations
Color information
#2A8BEF (or 0x2A8BEF) is known color: Dodger Blue. HEX triplet: 2A, 8B and EF. RGB value is (42,139,239). Sum of RGB (Red+Green+Blue) = 42+139+239=420 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A8BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A8BEF is #D57410. Grayscale: #787878. Windows color (decimal): -13988881 or 15698730. OLE color: 15698730.
HSL color Cylindrical-coordinate representation of color #2A8BEF: hue angle of 210.46º 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 #2A8BEF is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 139 | 239 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.06 |
| HSL | 210.46º | 0.86% | 0.55% | - |
| HSV(B) | 210.46º | 0.82% | 0.94% | - |
| XYZ | 25.77 | 25.19 | 85.17 | - |
| YUV | 121.4 | 194.36 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 139 | 239 | 0.82 | 0.42 | 0 | 0.06 | 210.46 | 0.86 | 0.55 |
| Hex | 2A | 8B | EF | 52 | 2A | 0 | 6 | D2 | 56 | 37 |
| Octal | 52 | 213 | 357 | 122 | 52 | 0 | 6 | 322 | 126 | 67 |
| Binary | 101010 | 10001011 | 11101111 | 1010010 | 101010 | 0 | 110 | 11010010 | 1010110 | 110111 |
Color Harmonies of #2A8BEF
Complementary color
Monochromatic Colors of #2A8BEF
Black with #2A8BEF
Text Example
Text Example
White with #2A8BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8BEF; }
p { color: rgb(42,139,239); }
H1.HeaderClassName
{
color: #2A8BEF;
}
.AnyTagClassName
{
color: #2A8BEF;
}
</style>
background-color css
<style>
a { background-color: #2A8BEF; }
a { background-color: rgb(42,139,239); }
div.DivClassName
{
background-color: #2A8BEF;
}
.BgClassName
{
background-color: #2A8BEF;
}
</style>
border-color css
<style>
span { border-color: #2A8BEF; }
span { border-color: rgb(42,139,239); }
td.TdClassName
{
border-color: #2A8BEF;
}
.TagClassName
{
border-color: #2A8BEF;
}
</style>