Shades of Dodger Blue #2B7CEA
Tints of Dodger Blue #2B7CEA
RGB
CMYK
RGB Variations
Color information
#2B7CEA (or 0x2B7CEA) is known color: Dodger Blue. HEX triplet: 2B, 7C and EA. RGB value is (43,124,234). Sum of RGB (Red+Green+Blue) = 43+124+234=401 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.72% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #2B7CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B7CEA is #D48315. Grayscale: #6F6F6F. Windows color (decimal): -13927190 or 15367211. OLE color: 15367211.
HSL color Cylindrical-coordinate representation of color #2B7CEA: hue angle of 214.55º 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 #2B7CEA is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 124 | 234 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.08 |
| HSL | 214.56º | 0.82% | 0.54% | - |
| HSV(B) | 214.56º | 0.82% | 0.92% | - |
| XYZ | 23.06 | 20.87 | 80.65 | - |
| YUV | 112.32 | 196.66 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 124 | 234 | 0.82 | 0.47 | 0 | 0.08 | 214.56 | 0.82 | 0.54 |
| Hex | 2B | 7C | EA | 52 | 2F | 0 | 8 | D7 | 52 | 36 |
| Octal | 53 | 174 | 352 | 122 | 57 | 0 | 10 | 327 | 122 | 66 |
| Binary | 101011 | 1111100 | 11101010 | 1010010 | 101111 | 0 | 1000 | 11010111 | 1010010 | 110110 |
Color Harmonies of #2B7CEA
Complementary color
Monochromatic Colors of #2B7CEA
Black with #2B7CEA
Text Example
Text Example
White with #2B7CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7CEA; }
p { color: rgb(43,124,234); }
H1.HeaderClassName
{
color: #2B7CEA;
}
.AnyTagClassName
{
color: #2B7CEA;
}
</style>
background-color css
<style>
a { background-color: #2B7CEA; }
a { background-color: rgb(43,124,234); }
div.DivClassName
{
background-color: #2B7CEA;
}
.BgClassName
{
background-color: #2B7CEA;
}
</style>
border-color css
<style>
span { border-color: #2B7CEA; }
span { border-color: rgb(43,124,234); }
td.TdClassName
{
border-color: #2B7CEA;
}
.TagClassName
{
border-color: #2B7CEA;
}
</style>