Shades of Dodger Blue #2B93EC
Tints of Dodger Blue #2B93EC
RGB
CMYK
RGB Variations
Color information
#2B93EC (or 0x2B93EC) is known color: Dodger Blue. HEX triplet: 2B, 93 and EC. RGB value is (43,147,236). Sum of RGB (Red+Green+Blue) = 43+147+236=426 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.09% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B93EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B93EC is #D46C13. Grayscale: #7D7D7D. Windows color (decimal): -13921300 or 15504171. OLE color: 15504171.
HSL color Cylindrical-coordinate representation of color #2B93EC: hue angle of 207.67º 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 #2B93EC is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 147 | 236 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.07 |
| HSL | 207.67º | 0.84% | 0.55% | - |
| HSV(B) | 207.67º | 0.82% | 0.93% | - |
| XYZ | 26.57 | 27.44 | 83.25 | - |
| YUV | 126.05 | 190.04 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 147 | 236 | 0.82 | 0.38 | 0 | 0.07 | 207.67 | 0.84 | 0.55 |
| Hex | 2B | 93 | EC | 52 | 26 | 0 | 7 | D0 | 54 | 37 |
| Octal | 53 | 223 | 354 | 122 | 46 | 0 | 7 | 320 | 124 | 67 |
| Binary | 101011 | 10010011 | 11101100 | 1010010 | 100110 | 0 | 111 | 11010000 | 1010100 | 110111 |
Color Harmonies of #2B93EC
Complementary color
Monochromatic Colors of #2B93EC
Black with #2B93EC
Text Example
Text Example
White with #2B93EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B93EC; }
p { color: rgb(43,147,236); }
H1.HeaderClassName
{
color: #2B93EC;
}
.AnyTagClassName
{
color: #2B93EC;
}
</style>
background-color css
<style>
a { background-color: #2B93EC; }
a { background-color: rgb(43,147,236); }
div.DivClassName
{
background-color: #2B93EC;
}
.BgClassName
{
background-color: #2B93EC;
}
</style>
border-color css
<style>
span { border-color: #2B93EC; }
span { border-color: rgb(43,147,236); }
td.TdClassName
{
border-color: #2B93EC;
}
.TagClassName
{
border-color: #2B93EC;
}
</style>