Shades of Dodger Blue #2E7FFF
Tints of Dodger Blue #2E7FFF
RGB
CMYK
RGB Variations
Color information
#2E7FFF (or 0x2E7FFF) is known color: Dodger Blue. HEX triplet: 2E, 7F and FF. RGB value is (46,127,255). Sum of RGB (Red+Green+Blue) = 46+127+255=428 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.75% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E7FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E7FFF is #D18000. Grayscale: #747474. Windows color (decimal): -13729793 or 16744238. OLE color: 16744238.
HSL color Cylindrical-coordinate representation of color #2E7FFF: hue angle of 216.75º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E7FFF is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 127 | 255 | - |
| CMYK | 0.82 | 0.50 | 0 | 0 |
| HSL | 216.75º | 1% | 0.59% | - |
| HSV(B) | 216.75º | 0.82% | 1% | - |
| XYZ | 26.77 | 22.98 | 97.63 | - |
| YUV | 117.37 | 205.66 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 127 | 255 | 0.82 | 0.50 | 0 | 0 | 216.75 | 1 | 0.59 |
| Hex | 2E | 7F | FF | 52 | 32 | 0 | 0 | D9 | 64 | 3B |
| Octal | 56 | 177 | 377 | 122 | 62 | 0 | 0 | 331 | 144 | 73 |
| Binary | 101110 | 1111111 | 11111111 | 1010010 | 110010 | 0 | 0 | 11011001 | 1100100 | 111011 |
Color Harmonies of #2E7FFF
Complementary color
Monochromatic Colors of #2E7FFF
Black with #2E7FFF
Text Example
Text Example
White with #2E7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7FFF; }
p { color: rgb(46,127,255); }
H1.HeaderClassName
{
color: #2E7FFF;
}
.AnyTagClassName
{
color: #2E7FFF;
}
</style>
background-color css
<style>
a { background-color: #2E7FFF; }
a { background-color: rgb(46,127,255); }
div.DivClassName
{
background-color: #2E7FFF;
}
.BgClassName
{
background-color: #2E7FFF;
}
</style>
border-color css
<style>
span { border-color: #2E7FFF; }
span { border-color: rgb(46,127,255); }
td.TdClassName
{
border-color: #2E7FFF;
}
.TagClassName
{
border-color: #2E7FFF;
}
</style>