Shades of Dodger Blue #2B8EDE
Tints of Dodger Blue #2B8EDE
RGB
CMYK
RGB Variations
Color information
#2B8EDE (or 0x2B8EDE) is known color: Dodger Blue. HEX triplet: 2B, 8E and DE. RGB value is (43,142,222). Sum of RGB (Red+Green+Blue) = 43+142+222=407 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.57% from 407); Green value is 142 (55.86% from 255 or 34.89% 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 #2B8EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8EDE is #D47121. Grayscale: #797979. Windows color (decimal): -13922594 or 14585387. OLE color: 14585387.
HSL color Cylindrical-coordinate representation of color #2B8EDE: hue angle of 206.82º 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 #2B8EDE is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 142 | 222 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.13 |
| HSL | 206.82º | 0.73% | 0.52% | - |
| HSV(B) | 206.82º | 0.81% | 0.87% | - |
| XYZ | 23.85 | 25.13 | 72.7 | - |
| YUV | 121.52 | 184.7 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 142 | 222 | 0.81 | 0.36 | 0 | 0.13 | 206.82 | 0.73 | 0.52 |
| Hex | 2B | 8E | DE | 51 | 24 | 0 | D | CF | 49 | 34 |
| Octal | 53 | 216 | 336 | 121 | 44 | 0 | 15 | 317 | 111 | 64 |
| Binary | 101011 | 10001110 | 11011110 | 1010001 | 100100 | 0 | 1101 | 11001111 | 1001001 | 110100 |
Color Harmonies of #2B8EDE
Complementary color
Monochromatic Colors of #2B8EDE
Black with #2B8EDE
Text Example
Text Example
White with #2B8EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8EDE; }
p { color: rgb(43,142,222); }
H1.HeaderClassName
{
color: #2B8EDE;
}
.AnyTagClassName
{
color: #2B8EDE;
}
</style>
background-color css
<style>
a { background-color: #2B8EDE; }
a { background-color: rgb(43,142,222); }
div.DivClassName
{
background-color: #2B8EDE;
}
.BgClassName
{
background-color: #2B8EDE;
}
</style>
border-color css
<style>
span { border-color: #2B8EDE; }
span { border-color: rgb(43,142,222); }
td.TdClassName
{
border-color: #2B8EDE;
}
.TagClassName
{
border-color: #2B8EDE;
}
</style>