Shades of Dodger Blue #2A8CEB
Tints of Dodger Blue #2A8CEB
RGB
CMYK
RGB Variations
Color information
#2A8CEB (or 0x2A8CEB) is known color: Dodger Blue. HEX triplet: 2A, 8C and EB. RGB value is (42,140,235). Sum of RGB (Red+Green+Blue) = 42+140+235=417 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.07% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 235 (92.19% from 255 or 56.35% from 417); Max value from RGB is 235 - color contains mainly: blue. Hex color #2A8CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A8CEB is #D57314. Grayscale: #797979. Windows color (decimal): -13988629 or 15436842. OLE color: 15436842.
HSL color Cylindrical-coordinate representation of color #2A8CEB: hue angle of 209.53º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A8CEB is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 140 | 235 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.08 |
| HSL | 209.53º | 0.83% | 0.54% | - |
| HSV(B) | 209.53º | 0.82% | 0.92% | - |
| XYZ | 25.33 | 25.25 | 82.14 | - |
| YUV | 121.53 | 192.03 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 140 | 235 | 0.82 | 0.40 | 0 | 0.08 | 209.53 | 0.83 | 0.54 |
| Hex | 2A | 8C | EB | 52 | 28 | 0 | 8 | D2 | 53 | 36 |
| Octal | 52 | 214 | 353 | 122 | 50 | 0 | 10 | 322 | 123 | 66 |
| Binary | 101010 | 10001100 | 11101011 | 1010010 | 101000 | 0 | 1000 | 11010010 | 1010011 | 110110 |
Color Harmonies of #2A8CEB
Complementary color
Monochromatic Colors of #2A8CEB
Black with #2A8CEB
Text Example
Text Example
White with #2A8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8CEB; }
p { color: rgb(42,140,235); }
H1.HeaderClassName
{
color: #2A8CEB;
}
.AnyTagClassName
{
color: #2A8CEB;
}
</style>
background-color css
<style>
a { background-color: #2A8CEB; }
a { background-color: rgb(42,140,235); }
div.DivClassName
{
background-color: #2A8CEB;
}
.BgClassName
{
background-color: #2A8CEB;
}
</style>
border-color css
<style>
span { border-color: #2A8CEB; }
span { border-color: rgb(42,140,235); }
td.TdClassName
{
border-color: #2A8CEB;
}
.TagClassName
{
border-color: #2A8CEB;
}
</style>