Shades of Dodger Blue #2B8BEF
Tints of Dodger Blue #2B8BEF
RGB
CMYK
RGB Variations
Color information
#2B8BEF (or 0x2B8BEF) is known color: Dodger Blue. HEX triplet: 2B, 8B and EF. RGB value is (43,139,239). Sum of RGB (Red+Green+Blue) = 43+139+239=421 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.21% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B8BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B8BEF is #D47410. Grayscale: #797979. Windows color (decimal): -13923345 or 15698731. OLE color: 15698731.
HSL color Cylindrical-coordinate representation of color #2B8BEF: hue angle of 210.61º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B8BEF is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 139 | 239 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.06 |
| HSL | 210.61º | 0.86% | 0.55% | - |
| HSV(B) | 210.61º | 0.82% | 0.94% | - |
| XYZ | 25.81 | 25.21 | 85.17 | - |
| YUV | 121.7 | 194.2 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 139 | 239 | 0.82 | 0.42 | 0 | 0.06 | 210.61 | 0.86 | 0.55 |
| Hex | 2B | 8B | EF | 52 | 2A | 0 | 6 | D3 | 56 | 37 |
| Octal | 53 | 213 | 357 | 122 | 52 | 0 | 6 | 323 | 126 | 67 |
| Binary | 101011 | 10001011 | 11101111 | 1010010 | 101010 | 0 | 110 | 11010011 | 1010110 | 110111 |
Color Harmonies of #2B8BEF
Complementary color
Monochromatic Colors of #2B8BEF
Black with #2B8BEF
Text Example
Text Example
White with #2B8BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8BEF; }
p { color: rgb(43,139,239); }
H1.HeaderClassName
{
color: #2B8BEF;
}
.AnyTagClassName
{
color: #2B8BEF;
}
</style>
background-color css
<style>
a { background-color: #2B8BEF; }
a { background-color: rgb(43,139,239); }
div.DivClassName
{
background-color: #2B8BEF;
}
.BgClassName
{
background-color: #2B8BEF;
}
</style>
border-color css
<style>
span { border-color: #2B8BEF; }
span { border-color: rgb(43,139,239); }
td.TdClassName
{
border-color: #2B8BEF;
}
.TagClassName
{
border-color: #2B8BEF;
}
</style>