Shades of Dodger Blue #2B83DD
Tints of Dodger Blue #2B83DD
RGB
CMYK
RGB Variations
Color information
#2B83DD (or 0x2B83DD) is known color: Dodger Blue. HEX triplet: 2B, 83 and DD. RGB value is (43,131,221). Sum of RGB (Red+Green+Blue) = 43+131+221=395 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.89% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B83DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B83DD is #D47C22. Grayscale: #727272. Windows color (decimal): -13925411 or 14517035. OLE color: 14517035.
HSL color Cylindrical-coordinate representation of color #2B83DD: hue angle of 210.34º degrees, saturation: 0.72, 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 #2B83DD is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 131 | 221 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.13 |
| HSL | 210.34º | 0.72% | 0.52% | - |
| HSV(B) | 210.34º | 0.81% | 0.87% | - |
| XYZ | 22.16 | 21.97 | 71.48 | - |
| YUV | 114.95 | 187.85 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 131 | 221 | 0.81 | 0.41 | 0 | 0.13 | 210.34 | 0.72 | 0.52 |
| Hex | 2B | 83 | DD | 51 | 29 | 0 | D | D2 | 48 | 34 |
| Octal | 53 | 203 | 335 | 121 | 51 | 0 | 15 | 322 | 110 | 64 |
| Binary | 101011 | 10000011 | 11011101 | 1010001 | 101001 | 0 | 1101 | 11010010 | 1001000 | 110100 |
Color Harmonies of #2B83DD
Complementary color
Monochromatic Colors of #2B83DD
Black with #2B83DD
Text Example
Text Example
White with #2B83DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B83DD; }
p { color: rgb(43,131,221); }
H1.HeaderClassName
{
color: #2B83DD;
}
.AnyTagClassName
{
color: #2B83DD;
}
</style>
background-color css
<style>
a { background-color: #2B83DD; }
a { background-color: rgb(43,131,221); }
div.DivClassName
{
background-color: #2B83DD;
}
.BgClassName
{
background-color: #2B83DD;
}
</style>
border-color css
<style>
span { border-color: #2B83DD; }
span { border-color: rgb(43,131,221); }
td.TdClassName
{
border-color: #2B83DD;
}
.TagClassName
{
border-color: #2B83DD;
}
</style>