Shades of Dodger Blue #2B9BEC
Tints of Dodger Blue #2B9BEC
RGB
CMYK
RGB Variations
Color information
#2B9BEC (or 0x2B9BEC) is known color: Dodger Blue. HEX triplet: 2B, 9B and EC. RGB value is (43,155,236). Sum of RGB (Red+Green+Blue) = 43+155+236=434 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.91% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B9BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B9BEC is #D46413. Grayscale: #828282. Windows color (decimal): -13919252 or 15506219. OLE color: 15506219.
HSL color Cylindrical-coordinate representation of color #2B9BEC: hue angle of 205.18º 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 #2B9BEC is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 155 | 236 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.07 |
| HSL | 205.18º | 0.84% | 0.55% | - |
| HSV(B) | 205.18º | 0.82% | 0.93% | - |
| XYZ | 27.86 | 30.01 | 83.68 | - |
| YUV | 130.75 | 187.39 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 155 | 236 | 0.82 | 0.34 | 0 | 0.07 | 205.18 | 0.84 | 0.55 |
| Hex | 2B | 9B | EC | 52 | 22 | 0 | 7 | CD | 54 | 37 |
| Octal | 53 | 233 | 354 | 122 | 42 | 0 | 7 | 315 | 124 | 67 |
| Binary | 101011 | 10011011 | 11101100 | 1010010 | 100010 | 0 | 111 | 11001101 | 1010100 | 110111 |
Color Harmonies of #2B9BEC
Complementary color
Monochromatic Colors of #2B9BEC
Black with #2B9BEC
Text Example
Text Example
White with #2B9BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9BEC; }
p { color: rgb(43,155,236); }
H1.HeaderClassName
{
color: #2B9BEC;
}
.AnyTagClassName
{
color: #2B9BEC;
}
</style>
background-color css
<style>
a { background-color: #2B9BEC; }
a { background-color: rgb(43,155,236); }
div.DivClassName
{
background-color: #2B9BEC;
}
.BgClassName
{
background-color: #2B9BEC;
}
</style>
border-color css
<style>
span { border-color: #2B9BEC; }
span { border-color: rgb(43,155,236); }
td.TdClassName
{
border-color: #2B9BEC;
}
.TagClassName
{
border-color: #2B9BEC;
}
</style>