Shades of Dodger Blue #2A9DEB
Tints of Dodger Blue #2A9DEB
RGB
CMYK
RGB Variations
Color information
#2A9DEB (or 0x2A9DEB) is known color: Dodger Blue. HEX triplet: 2A, 9D and EB. RGB value is (42,157,235). Sum of RGB (Red+Green+Blue) = 42+157+235=434 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.68% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #2A9DEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A9DEB is #D56214. Grayscale: #838383. Windows color (decimal): -13984277 or 15441194. OLE color: 15441194.
HSL color Cylindrical-coordinate representation of color #2A9DEB: hue angle of 204.25º 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 #2A9DEB is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 157 | 235 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.08 |
| HSL | 204.25º | 0.83% | 0.54% | - |
| HSV(B) | 204.25º | 0.82% | 0.92% | - |
| XYZ | 28.01 | 30.6 | 83.03 | - |
| YUV | 131.51 | 186.4 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 157 | 235 | 0.82 | 0.33 | 0 | 0.08 | 204.25 | 0.83 | 0.54 |
| Hex | 2A | 9D | EB | 52 | 21 | 0 | 8 | CC | 53 | 36 |
| Octal | 52 | 235 | 353 | 122 | 41 | 0 | 10 | 314 | 123 | 66 |
| Binary | 101010 | 10011101 | 11101011 | 1010010 | 100001 | 0 | 1000 | 11001100 | 1010011 | 110110 |
Color Harmonies of #2A9DEB
Complementary color
Monochromatic Colors of #2A9DEB
Black with #2A9DEB
Text Example
Text Example
White with #2A9DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9DEB; }
p { color: rgb(42,157,235); }
H1.HeaderClassName
{
color: #2A9DEB;
}
.AnyTagClassName
{
color: #2A9DEB;
}
</style>
background-color css
<style>
a { background-color: #2A9DEB; }
a { background-color: rgb(42,157,235); }
div.DivClassName
{
background-color: #2A9DEB;
}
.BgClassName
{
background-color: #2A9DEB;
}
</style>
border-color css
<style>
span { border-color: #2A9DEB; }
span { border-color: rgb(42,157,235); }
td.TdClassName
{
border-color: #2A9DEB;
}
.TagClassName
{
border-color: #2A9DEB;
}
</style>