Shades of Dodger Blue #2B80EA
Tints of Dodger Blue #2B80EA
RGB
CMYK
RGB Variations
Color information
#2B80EA (or 0x2B80EA) is known color: Dodger Blue. HEX triplet: 2B, 80 and EA. RGB value is (43,128,234). Sum of RGB (Red+Green+Blue) = 43+128+234=405 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.62% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #2B80EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B80EA is #D47F15. Grayscale: #727272. Windows color (decimal): -13926166 or 15368235. OLE color: 15368235.
HSL color Cylindrical-coordinate representation of color #2B80EA: hue angle of 213.3º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B80EA is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 128 | 234 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.08 |
| HSL | 213.3º | 0.82% | 0.54% | - |
| HSV(B) | 213.3º | 0.82% | 0.92% | - |
| XYZ | 23.57 | 21.89 | 80.83 | - |
| YUV | 114.67 | 195.34 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 128 | 234 | 0.82 | 0.45 | 0 | 0.08 | 213.3 | 0.82 | 0.54 |
| Hex | 2B | 80 | EA | 52 | 2D | 0 | 8 | D5 | 52 | 36 |
| Octal | 53 | 200 | 352 | 122 | 55 | 0 | 10 | 325 | 122 | 66 |
| Binary | 101011 | 10000000 | 11101010 | 1010010 | 101101 | 0 | 1000 | 11010101 | 1010010 | 110110 |
Color Harmonies of #2B80EA
Complementary color
Monochromatic Colors of #2B80EA
Black with #2B80EA
Text Example
Text Example
White with #2B80EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B80EA; }
p { color: rgb(43,128,234); }
H1.HeaderClassName
{
color: #2B80EA;
}
.AnyTagClassName
{
color: #2B80EA;
}
</style>
background-color css
<style>
a { background-color: #2B80EA; }
a { background-color: rgb(43,128,234); }
div.DivClassName
{
background-color: #2B80EA;
}
.BgClassName
{
background-color: #2B80EA;
}
</style>
border-color css
<style>
span { border-color: #2B80EA; }
span { border-color: rgb(43,128,234); }
td.TdClassName
{
border-color: #2B80EA;
}
.TagClassName
{
border-color: #2B80EA;
}
</style>