Shades of Dodger Blue #2B83E9
Tints of Dodger Blue #2B83E9
RGB
CMYK
RGB Variations
Color information
#2B83E9 (or 0x2B83E9) is known color: Dodger Blue. HEX triplet: 2B, 83 and E9. RGB value is (43,131,233). Sum of RGB (Red+Green+Blue) = 43+131+233=407 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.57% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 233 (91.41% from 255 or 57.25% from 407); Max value from RGB is 233 - color contains mainly: blue. Hex color #2B83E9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B83E9 is #D47C16. Grayscale: #737373. Windows color (decimal): -13925399 or 15303467. OLE color: 15303467.
HSL color Cylindrical-coordinate representation of color #2B83E9: hue angle of 212.21º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B83E9 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 131 | 233 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.09 |
| HSL | 212.21º | 0.81% | 0.54% | - |
| HSV(B) | 212.21º | 0.82% | 0.91% | - |
| XYZ | 23.82 | 22.63 | 80.2 | - |
| YUV | 116.32 | 193.85 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 131 | 233 | 0.82 | 0.44 | 0 | 0.09 | 212.21 | 0.81 | 0.54 |
| Hex | 2B | 83 | E9 | 52 | 2C | 0 | 9 | D4 | 51 | 36 |
| Octal | 53 | 203 | 351 | 122 | 54 | 0 | 11 | 324 | 121 | 66 |
| Binary | 101011 | 10000011 | 11101001 | 1010010 | 101100 | 0 | 1001 | 11010100 | 1010001 | 110110 |
Color Harmonies of #2B83E9
Complementary color
Monochromatic Colors of #2B83E9
Black with #2B83E9
Text Example
Text Example
White with #2B83E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B83E9; }
p { color: rgb(43,131,233); }
H1.HeaderClassName
{
color: #2B83E9;
}
.AnyTagClassName
{
color: #2B83E9;
}
</style>
background-color css
<style>
a { background-color: #2B83E9; }
a { background-color: rgb(43,131,233); }
div.DivClassName
{
background-color: #2B83E9;
}
.BgClassName
{
background-color: #2B83E9;
}
</style>
border-color css
<style>
span { border-color: #2B83E9; }
span { border-color: rgb(43,131,233); }
td.TdClassName
{
border-color: #2B83E9;
}
.TagClassName
{
border-color: #2B83E9;
}
</style>