Shades of Dodger Blue #2EACFD
Tints of Dodger Blue #2EACFD
RGB
CMYK
RGB Variations
Color information
#2EACFD (or 0x2EACFD) is known color: Dodger Blue. HEX triplet: 2E, AC and FD. RGB value is (46,172,253). Sum of RGB (Red+Green+Blue) = 46+172+253=471 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.77% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EACFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EACFD is #D15302. Grayscale: #8F8F8F. Windows color (decimal): -13718275 or 16624686. OLE color: 16624686.
HSL color Cylindrical-coordinate representation of color #2EACFD: hue angle of 203.48º 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 #2EACFD is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 172 | 253 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.01 |
| HSL | 203.48º | 0.98% | 0.59% | - |
| HSV(B) | 203.48º | 0.82% | 0.99% | - |
| XYZ | 33.61 | 37.18 | 98.33 | - |
| YUV | 143.56 | 189.76 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 253 | 0.82 | 0.32 | 0 | 0.01 | 203.48 | 0.98 | 0.59 |
| Hex | 2E | AC | FD | 52 | 20 | 0 | 1 | CB | 62 | 3B |
| Octal | 56 | 254 | 375 | 122 | 40 | 0 | 1 | 313 | 142 | 73 |
| Binary | 101110 | 10101100 | 11111101 | 1010010 | 100000 | 0 | 1 | 11001011 | 1100010 | 111011 |
Color Harmonies of #2EACFD
Complementary color
Monochromatic Colors of #2EACFD
Black with #2EACFD
Text Example
Text Example
White with #2EACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EACFD; }
p { color: rgb(46,172,253); }
H1.HeaderClassName
{
color: #2EACFD;
}
.AnyTagClassName
{
color: #2EACFD;
}
</style>
background-color css
<style>
a { background-color: #2EACFD; }
a { background-color: rgb(46,172,253); }
div.DivClassName
{
background-color: #2EACFD;
}
.BgClassName
{
background-color: #2EACFD;
}
</style>
border-color css
<style>
span { border-color: #2EACFD; }
span { border-color: rgb(46,172,253); }
td.TdClassName
{
border-color: #2EACFD;
}
.TagClassName
{
border-color: #2EACFD;
}
</style>