Shades of Dodger Blue #2A8CDE
Tints of Dodger Blue #2A8CDE
RGB
CMYK
RGB Variations
Color information
#2A8CDE (or 0x2A8CDE) is known color: Dodger Blue. HEX triplet: 2A, 8C and DE. RGB value is (42,140,222). Sum of RGB (Red+Green+Blue) = 42+140+222=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #2A8CDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A8CDE is #D57321. Grayscale: #777777. Windows color (decimal): -13988642 or 14584874. OLE color: 14584874.
HSL color Cylindrical-coordinate representation of color #2A8CDE: hue angle of 207.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 #2A8CDE is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 140 | 222 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.13 |
| HSL | 207.33º | 0.73% | 0.52% | - |
| HSV(B) | 207.33º | 0.81% | 0.87% | - |
| XYZ | 23.52 | 24.52 | 72.6 | - |
| YUV | 120.05 | 185.53 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 140 | 222 | 0.81 | 0.37 | 0 | 0.13 | 207.33 | 0.73 | 0.52 |
| Hex | 2A | 8C | DE | 51 | 25 | 0 | D | CF | 49 | 34 |
| Octal | 52 | 214 | 336 | 121 | 45 | 0 | 15 | 317 | 111 | 64 |
| Binary | 101010 | 10001100 | 11011110 | 1010001 | 100101 | 0 | 1101 | 11001111 | 1001001 | 110100 |
Color Harmonies of #2A8CDE
Complementary color
Monochromatic Colors of #2A8CDE
Black with #2A8CDE
Text Example
Text Example
White with #2A8CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8CDE; }
p { color: rgb(42,140,222); }
H1.HeaderClassName
{
color: #2A8CDE;
}
.AnyTagClassName
{
color: #2A8CDE;
}
</style>
background-color css
<style>
a { background-color: #2A8CDE; }
a { background-color: rgb(42,140,222); }
div.DivClassName
{
background-color: #2A8CDE;
}
.BgClassName
{
background-color: #2A8CDE;
}
</style>
border-color css
<style>
span { border-color: #2A8CDE; }
span { border-color: rgb(42,140,222); }
td.TdClassName
{
border-color: #2A8CDE;
}
.TagClassName
{
border-color: #2A8CDE;
}
</style>