Shades of Dodger Blue #2B96EC
Tints of Dodger Blue #2B96EC
RGB
CMYK
RGB Variations
Color information
#2B96EC (or 0x2B96EC) is known color: Dodger Blue. HEX triplet: 2B, 96 and EC. RGB value is (43,150,236). Sum of RGB (Red+Green+Blue) = 43+150+236=429 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.02% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B96EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B96EC is #D46913. Grayscale: #7F7F7F. Windows color (decimal): -13920532 or 15504939. OLE color: 15504939.
HSL color Cylindrical-coordinate representation of color #2B96EC: hue angle of 206.74º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B96EC is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 150 | 236 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.07 |
| HSL | 206.74º | 0.84% | 0.55% | - |
| HSV(B) | 206.74º | 0.82% | 0.93% | - |
| XYZ | 27.04 | 28.38 | 83.41 | - |
| YUV | 127.81 | 189.05 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 150 | 236 | 0.82 | 0.36 | 0 | 0.07 | 206.74 | 0.84 | 0.55 |
| Hex | 2B | 96 | EC | 52 | 24 | 0 | 7 | CF | 54 | 37 |
| Octal | 53 | 226 | 354 | 122 | 44 | 0 | 7 | 317 | 124 | 67 |
| Binary | 101011 | 10010110 | 11101100 | 1010010 | 100100 | 0 | 111 | 11001111 | 1010100 | 110111 |
Color Harmonies of #2B96EC
Complementary color
Monochromatic Colors of #2B96EC
Black with #2B96EC
Text Example
Text Example
White with #2B96EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B96EC; }
p { color: rgb(43,150,236); }
H1.HeaderClassName
{
color: #2B96EC;
}
.AnyTagClassName
{
color: #2B96EC;
}
</style>
background-color css
<style>
a { background-color: #2B96EC; }
a { background-color: rgb(43,150,236); }
div.DivClassName
{
background-color: #2B96EC;
}
.BgClassName
{
background-color: #2B96EC;
}
</style>
border-color css
<style>
span { border-color: #2B96EC; }
span { border-color: rgb(43,150,236); }
td.TdClassName
{
border-color: #2B96EC;
}
.TagClassName
{
border-color: #2B96EC;
}
</style>