Shades of Dodger Blue #2E7BFB
Tints of Dodger Blue #2E7BFB
RGB
CMYK
RGB Variations
Color information
#2E7BFB (or 0x2E7BFB) is known color: Dodger Blue. HEX triplet: 2E, 7B and FB. RGB value is (46,123,251). Sum of RGB (Red+Green+Blue) = 46+123+251=420 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.95% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #2E7BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E7BFB is #D18404. Grayscale: #717171. Windows color (decimal): -13730821 or 16481070. OLE color: 16481070.
HSL color Cylindrical-coordinate representation of color #2E7BFB: hue angle of 217.46º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E7BFB is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 123 | 251 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.02 |
| HSL | 217.46º | 0.96% | 0.58% | - |
| HSV(B) | 217.46º | 0.82% | 0.98% | - |
| XYZ | 25.62 | 21.71 | 94.11 | - |
| YUV | 114.57 | 204.99 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 123 | 251 | 0.82 | 0.51 | 0 | 0.02 | 217.46 | 0.96 | 0.58 |
| Hex | 2E | 7B | FB | 52 | 33 | 0 | 2 | D9 | 60 | 3A |
| Octal | 56 | 173 | 373 | 122 | 63 | 0 | 2 | 331 | 140 | 72 |
| Binary | 101110 | 1111011 | 11111011 | 1010010 | 110011 | 0 | 10 | 11011001 | 1100000 | 111010 |
Color Harmonies of #2E7BFB
Complementary color
Monochromatic Colors of #2E7BFB
Black with #2E7BFB
Text Example
Text Example
White with #2E7BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7BFB; }
p { color: rgb(46,123,251); }
H1.HeaderClassName
{
color: #2E7BFB;
}
.AnyTagClassName
{
color: #2E7BFB;
}
</style>
background-color css
<style>
a { background-color: #2E7BFB; }
a { background-color: rgb(46,123,251); }
div.DivClassName
{
background-color: #2E7BFB;
}
.BgClassName
{
background-color: #2E7BFB;
}
</style>
border-color css
<style>
span { border-color: #2E7BFB; }
span { border-color: rgb(46,123,251); }
td.TdClassName
{
border-color: #2E7BFB;
}
.TagClassName
{
border-color: #2E7BFB;
}
</style>