Shades of Dodger Blue #2B7FE8
Tints of Dodger Blue #2B7FE8
RGB
CMYK
RGB Variations
Color information
#2B7FE8 (or 0x2B7FE8) is known color: Dodger Blue. HEX triplet: 2B, 7F and E8. RGB value is (43,127,232). Sum of RGB (Red+Green+Blue) = 43+127+232=402 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.70% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 232 (91.02% from 255 or 57.71% from 402); Max value from RGB is 232 - color contains mainly: blue. Hex color #2B7FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B7FE8 is #D48017. Grayscale: #717171. Windows color (decimal): -13926424 or 15236907. OLE color: 15236907.
HSL color Cylindrical-coordinate representation of color #2B7FE8: hue angle of 213.33º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B7FE8 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 127 | 232 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.09 |
| HSL | 213.33º | 0.8% | 0.54% | - |
| HSV(B) | 213.33º | 0.81% | 0.91% | - |
| XYZ | 23.15 | 21.52 | 79.28 | - |
| YUV | 113.85 | 194.67 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 127 | 232 | 0.81 | 0.45 | 0 | 0.09 | 213.33 | 0.8 | 0.54 |
| Hex | 2B | 7F | E8 | 51 | 2D | 0 | 9 | D5 | 50 | 36 |
| Octal | 53 | 177 | 350 | 121 | 55 | 0 | 11 | 325 | 120 | 66 |
| Binary | 101011 | 1111111 | 11101000 | 1010001 | 101101 | 0 | 1001 | 11010101 | 1010000 | 110110 |
Color Harmonies of #2B7FE8
Complementary color
Monochromatic Colors of #2B7FE8
Black with #2B7FE8
Text Example
Text Example
White with #2B7FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7FE8; }
p { color: rgb(43,127,232); }
H1.HeaderClassName
{
color: #2B7FE8;
}
.AnyTagClassName
{
color: #2B7FE8;
}
</style>
background-color css
<style>
a { background-color: #2B7FE8; }
a { background-color: rgb(43,127,232); }
div.DivClassName
{
background-color: #2B7FE8;
}
.BgClassName
{
background-color: #2B7FE8;
}
</style>
border-color css
<style>
span { border-color: #2B7FE8; }
span { border-color: rgb(43,127,232); }
td.TdClassName
{
border-color: #2B7FE8;
}
.TagClassName
{
border-color: #2B7FE8;
}
</style>