Shades of Dodger Blue #2D9AEB
Tints of Dodger Blue #2D9AEB
RGB
CMYK
RGB Variations
Color information
#2D9AEB (or 0x2D9AEB) is known color: Dodger Blue. HEX triplet: 2D, 9A and EB. RGB value is (45,154,235). Sum of RGB (Red+Green+Blue) = 45+154+235=434 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.37% from 434); Green value is 154 (60.55% from 255 or 35.48% 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 #2D9AEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D9AEB is #D26514. Grayscale: #828282. Windows color (decimal): -13788437 or 15440429. OLE color: 15440429.
HSL color Cylindrical-coordinate representation of color #2D9AEB: hue angle of 205.58º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D9AEB is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 154 | 235 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.08 |
| HSL | 205.58º | 0.83% | 0.55% | - |
| HSV(B) | 205.58º | 0.81% | 0.92% | - |
| XYZ | 27.63 | 29.67 | 82.87 | - |
| YUV | 130.64 | 186.89 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 154 | 235 | 0.81 | 0.34 | 0 | 0.08 | 205.58 | 0.83 | 0.55 |
| Hex | 2D | 9A | EB | 51 | 22 | 0 | 8 | CE | 53 | 37 |
| Octal | 55 | 232 | 353 | 121 | 42 | 0 | 10 | 316 | 123 | 67 |
| Binary | 101101 | 10011010 | 11101011 | 1010001 | 100010 | 0 | 1000 | 11001110 | 1010011 | 110111 |
Color Harmonies of #2D9AEB
Complementary color
Monochromatic Colors of #2D9AEB
Black with #2D9AEB
Text Example
Text Example
White with #2D9AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9AEB; }
p { color: rgb(45,154,235); }
H1.HeaderClassName
{
color: #2D9AEB;
}
.AnyTagClassName
{
color: #2D9AEB;
}
</style>
background-color css
<style>
a { background-color: #2D9AEB; }
a { background-color: rgb(45,154,235); }
div.DivClassName
{
background-color: #2D9AEB;
}
.BgClassName
{
background-color: #2D9AEB;
}
</style>
border-color css
<style>
span { border-color: #2D9AEB; }
span { border-color: rgb(45,154,235); }
td.TdClassName
{
border-color: #2D9AEB;
}
.TagClassName
{
border-color: #2D9AEB;
}
</style>