Shades of Dodger Blue #2A9CED
Tints of Dodger Blue #2A9CED
RGB
CMYK
RGB Variations
Color information
#2A9CED (or 0x2A9CED) is known color: Dodger Blue. HEX triplet: 2A, 9C and ED. RGB value is (42,156,237). Sum of RGB (Red+Green+Blue) = 42+156+237=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #2A9CED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A9CED is #D56312. Grayscale: #828282. Windows color (decimal): -13984531 or 15572010. OLE color: 15572010.
HSL color Cylindrical-coordinate representation of color #2A9CED: hue angle of 204.92º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A9CED is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 156 | 237 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.07 |
| HSL | 204.92º | 0.84% | 0.55% | - |
| HSV(B) | 204.92º | 0.82% | 0.93% | - |
| XYZ | 28.13 | 30.38 | 84.5 | - |
| YUV | 131.15 | 187.73 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 156 | 237 | 0.82 | 0.34 | 0 | 0.07 | 204.92 | 0.84 | 0.55 |
| Hex | 2A | 9C | ED | 52 | 22 | 0 | 7 | CD | 54 | 37 |
| Octal | 52 | 234 | 355 | 122 | 42 | 0 | 7 | 315 | 124 | 67 |
| Binary | 101010 | 10011100 | 11101101 | 1010010 | 100010 | 0 | 111 | 11001101 | 1010100 | 110111 |
Color Harmonies of #2A9CED
Complementary color
Monochromatic Colors of #2A9CED
Black with #2A9CED
Text Example
Text Example
White with #2A9CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9CED; }
p { color: rgb(42,156,237); }
H1.HeaderClassName
{
color: #2A9CED;
}
.AnyTagClassName
{
color: #2A9CED;
}
</style>
background-color css
<style>
a { background-color: #2A9CED; }
a { background-color: rgb(42,156,237); }
div.DivClassName
{
background-color: #2A9CED;
}
.BgClassName
{
background-color: #2A9CED;
}
</style>
border-color css
<style>
span { border-color: #2A9CED; }
span { border-color: rgb(42,156,237); }
td.TdClassName
{
border-color: #2A9CED;
}
.TagClassName
{
border-color: #2A9CED;
}
</style>