Shades of Dodger Blue #2A8FDE
Tints of Dodger Blue #2A8FDE
RGB
CMYK
RGB Variations
Color information
#2A8FDE (or 0x2A8FDE) is known color: Dodger Blue. HEX triplet: 2A, 8F and DE. RGB value is (42,143,222). Sum of RGB (Red+Green+Blue) = 42+143+222=407 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.32% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #2A8FDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A8FDE is #D57021. Grayscale: #797979. Windows color (decimal): -13987874 or 14585642. OLE color: 14585642.
HSL color Cylindrical-coordinate representation of color #2A8FDE: hue angle of 206.33º degrees, saturation: 0.73, 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 #2A8FDE is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 143 | 222 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.13 |
| HSL | 206.33º | 0.73% | 0.52% | - |
| HSV(B) | 206.33º | 0.81% | 0.87% | - |
| XYZ | 23.96 | 25.41 | 72.75 | - |
| YUV | 121.81 | 184.54 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 143 | 222 | 0.81 | 0.36 | 0 | 0.13 | 206.33 | 0.73 | 0.52 |
| Hex | 2A | 8F | DE | 51 | 24 | 0 | D | CE | 49 | 34 |
| Octal | 52 | 217 | 336 | 121 | 44 | 0 | 15 | 316 | 111 | 64 |
| Binary | 101010 | 10001111 | 11011110 | 1010001 | 100100 | 0 | 1101 | 11001110 | 1001001 | 110100 |
Color Harmonies of #2A8FDE
Complementary color
Monochromatic Colors of #2A8FDE
Black with #2A8FDE
Text Example
Text Example
White with #2A8FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8FDE; }
p { color: rgb(42,143,222); }
H1.HeaderClassName
{
color: #2A8FDE;
}
.AnyTagClassName
{
color: #2A8FDE;
}
</style>
background-color css
<style>
a { background-color: #2A8FDE; }
a { background-color: rgb(42,143,222); }
div.DivClassName
{
background-color: #2A8FDE;
}
.BgClassName
{
background-color: #2A8FDE;
}
</style>
border-color css
<style>
span { border-color: #2A8FDE; }
span { border-color: rgb(42,143,222); }
td.TdClassName
{
border-color: #2A8FDE;
}
.TagClassName
{
border-color: #2A8FDE;
}
</style>