Shades of Dodger Blue #2EABFD
Tints of Dodger Blue #2EABFD
RGB
CMYK
RGB Variations
Color information
#2EABFD (or 0x2EABFD) is known color: Dodger Blue. HEX triplet: 2E, AB and FD. RGB value is (46,171,253). Sum of RGB (Red+Green+Blue) = 46+171+253=470 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.79% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EABFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EABFD is #D15402. Grayscale: #8E8E8E. Windows color (decimal): -13718531 or 16624430. OLE color: 16624430.
HSL color Cylindrical-coordinate representation of color #2EABFD: hue angle of 203.77º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EABFD is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 171 | 253 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.01 |
| HSL | 203.77º | 0.98% | 0.59% | - |
| HSV(B) | 203.77º | 0.82% | 0.99% | - |
| XYZ | 33.42 | 36.8 | 98.27 | - |
| YUV | 142.97 | 190.09 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 171 | 253 | 0.82 | 0.32 | 0 | 0.01 | 203.77 | 0.98 | 0.59 |
| Hex | 2E | AB | FD | 52 | 20 | 0 | 1 | CC | 62 | 3B |
| Octal | 56 | 253 | 375 | 122 | 40 | 0 | 1 | 314 | 142 | 73 |
| Binary | 101110 | 10101011 | 11111101 | 1010010 | 100000 | 0 | 1 | 11001100 | 1100010 | 111011 |
Color Harmonies of #2EABFD
Complementary color
Monochromatic Colors of #2EABFD
Black with #2EABFD
Text Example
Text Example
White with #2EABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EABFD; }
p { color: rgb(46,171,253); }
H1.HeaderClassName
{
color: #2EABFD;
}
.AnyTagClassName
{
color: #2EABFD;
}
</style>
background-color css
<style>
a { background-color: #2EABFD; }
a { background-color: rgb(46,171,253); }
div.DivClassName
{
background-color: #2EABFD;
}
.BgClassName
{
background-color: #2EABFD;
}
</style>
border-color css
<style>
span { border-color: #2EABFD; }
span { border-color: rgb(46,171,253); }
td.TdClassName
{
border-color: #2EABFD;
}
.TagClassName
{
border-color: #2EABFD;
}
</style>