Shades of Dodger Blue #2B86E5
Tints of Dodger Blue #2B86E5
RGB
CMYK
RGB Variations
Color information
#2B86E5 (or 0x2B86E5) is known color: Dodger Blue. HEX triplet: 2B, 86 and E5. RGB value is (43,134,229). Sum of RGB (Red+Green+Blue) = 43+134+229=406 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.59% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 229 (89.84% from 255 or 56.40% from 406); Max value from RGB is 229 - color contains mainly: blue. Hex color #2B86E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B86E5 is #D4791A. Grayscale: #757575. Windows color (decimal): -13924635 or 15042091. OLE color: 15042091.
HSL color Cylindrical-coordinate representation of color #2B86E5: hue angle of 210.65º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B86E5 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 134 | 229 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.10 |
| HSL | 210.65º | 0.78% | 0.53% | - |
| HSV(B) | 210.65º | 0.81% | 0.9% | - |
| XYZ | 23.66 | 23.22 | 77.36 | - |
| YUV | 117.62 | 190.85 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 134 | 229 | 0.81 | 0.41 | 0 | 0.10 | 210.65 | 0.78 | 0.53 |
| Hex | 2B | 86 | E5 | 51 | 29 | 0 | A | D3 | 4E | 35 |
| Octal | 53 | 206 | 345 | 121 | 51 | 0 | 12 | 323 | 116 | 65 |
| Binary | 101011 | 10000110 | 11100101 | 1010001 | 101001 | 0 | 1010 | 11010011 | 1001110 | 110101 |
Color Harmonies of #2B86E5
Complementary color
Monochromatic Colors of #2B86E5
Black with #2B86E5
Text Example
Text Example
White with #2B86E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B86E5; }
p { color: rgb(43,134,229); }
H1.HeaderClassName
{
color: #2B86E5;
}
.AnyTagClassName
{
color: #2B86E5;
}
</style>
background-color css
<style>
a { background-color: #2B86E5; }
a { background-color: rgb(43,134,229); }
div.DivClassName
{
background-color: #2B86E5;
}
.BgClassName
{
background-color: #2B86E5;
}
</style>
border-color css
<style>
span { border-color: #2B86E5; }
span { border-color: rgb(43,134,229); }
td.TdClassName
{
border-color: #2B86E5;
}
.TagClassName
{
border-color: #2B86E5;
}
</style>