Shades of Dodger Blue #2A8EDF
Tints of Dodger Blue #2A8EDF
RGB
CMYK
RGB Variations
Color information
#2A8EDF (or 0x2A8EDF) is known color: Dodger Blue. HEX triplet: 2A, 8E and DF. RGB value is (42,142,223). Sum of RGB (Red+Green+Blue) = 42+142+223=407 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.32% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #2A8EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A8EDF is #D57120. Grayscale: #787878. Windows color (decimal): -13988129 or 14650922. OLE color: 14650922.
HSL color Cylindrical-coordinate representation of color #2A8EDF: hue angle of 206.85º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A8EDF is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 142 | 223 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.13 |
| HSL | 206.85º | 0.74% | 0.52% | - |
| HSV(B) | 206.85º | 0.81% | 0.87% | - |
| XYZ | 23.95 | 25.17 | 73.41 | - |
| YUV | 121.33 | 185.37 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 142 | 223 | 0.81 | 0.36 | 0 | 0.13 | 206.85 | 0.74 | 0.52 |
| Hex | 2A | 8E | DF | 51 | 24 | 0 | D | CF | 4A | 34 |
| Octal | 52 | 216 | 337 | 121 | 44 | 0 | 15 | 317 | 112 | 64 |
| Binary | 101010 | 10001110 | 11011111 | 1010001 | 100100 | 0 | 1101 | 11001111 | 1001010 | 110100 |
Color Harmonies of #2A8EDF
Complementary color
Monochromatic Colors of #2A8EDF
Black with #2A8EDF
Text Example
Text Example
White with #2A8EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8EDF; }
p { color: rgb(42,142,223); }
H1.HeaderClassName
{
color: #2A8EDF;
}
.AnyTagClassName
{
color: #2A8EDF;
}
</style>
background-color css
<style>
a { background-color: #2A8EDF; }
a { background-color: rgb(42,142,223); }
div.DivClassName
{
background-color: #2A8EDF;
}
.BgClassName
{
background-color: #2A8EDF;
}
</style>
border-color css
<style>
span { border-color: #2A8EDF; }
span { border-color: rgb(42,142,223); }
td.TdClassName
{
border-color: #2A8EDF;
}
.TagClassName
{
border-color: #2A8EDF;
}
</style>