Shades of Dodger Blue #2EABFC
Tints of Dodger Blue #2EABFC
RGB
CMYK
RGB Variations
Color information
#2EABFC (or 0x2EABFC) is known color: Dodger Blue. HEX triplet: 2E, AB and FC. RGB value is (46,171,252). Sum of RGB (Red+Green+Blue) = 46+171+252=469 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.81% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #2EABFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EABFC is #D15403. Grayscale: #8E8E8E. Windows color (decimal): -13718532 or 16558894. OLE color: 16558894.
HSL color Cylindrical-coordinate representation of color #2EABFC: hue angle of 203.59º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EABFC is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 171 | 252 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.01 |
| HSL | 203.59º | 0.97% | 0.58% | - |
| HSV(B) | 203.59º | 0.82% | 0.99% | - |
| XYZ | 33.26 | 36.73 | 97.43 | - |
| YUV | 142.86 | 189.59 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 171 | 252 | 0.82 | 0.32 | 0 | 0.01 | 203.59 | 0.97 | 0.58 |
| Hex | 2E | AB | FC | 52 | 20 | 0 | 1 | CC | 61 | 3A |
| Octal | 56 | 253 | 374 | 122 | 40 | 0 | 1 | 314 | 141 | 72 |
| Binary | 101110 | 10101011 | 11111100 | 1010010 | 100000 | 0 | 1 | 11001100 | 1100001 | 111010 |
Color Harmonies of #2EABFC
Complementary color
Monochromatic Colors of #2EABFC
Black with #2EABFC
Text Example
Text Example
White with #2EABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EABFC; }
p { color: rgb(46,171,252); }
H1.HeaderClassName
{
color: #2EABFC;
}
.AnyTagClassName
{
color: #2EABFC;
}
</style>
background-color css
<style>
a { background-color: #2EABFC; }
a { background-color: rgb(46,171,252); }
div.DivClassName
{
background-color: #2EABFC;
}
.BgClassName
{
background-color: #2EABFC;
}
</style>
border-color css
<style>
span { border-color: #2EABFC; }
span { border-color: rgb(46,171,252); }
td.TdClassName
{
border-color: #2EABFC;
}
.TagClassName
{
border-color: #2EABFC;
}
</style>