Shades of Dodger Blue #2EAAFD
Tints of Dodger Blue #2EAAFD
RGB
CMYK
RGB Variations
Color information
#2EAAFD (or 0x2EAAFD) is known color: Dodger Blue. HEX triplet: 2E, AA and FD. RGB value is (46,170,253). Sum of RGB (Red+Green+Blue) = 46+170+253=469 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.81% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EAAFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EAAFD is #D15502. Grayscale: #8D8D8D. Windows color (decimal): -13718787 or 16624174. OLE color: 16624174.
HSL color Cylindrical-coordinate representation of color #2EAAFD: hue angle of 204.06º 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 #2EAAFD is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 170 | 253 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.01 |
| HSL | 204.06º | 0.98% | 0.59% | - |
| HSV(B) | 204.06º | 0.82% | 0.99% | - |
| XYZ | 33.23 | 36.42 | 98.21 | - |
| YUV | 142.39 | 190.42 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 253 | 0.82 | 0.33 | 0 | 0.01 | 204.06 | 0.98 | 0.59 |
| Hex | 2E | AA | FD | 52 | 21 | 0 | 1 | CC | 62 | 3B |
| Octal | 56 | 252 | 375 | 122 | 41 | 0 | 1 | 314 | 142 | 73 |
| Binary | 101110 | 10101010 | 11111101 | 1010010 | 100001 | 0 | 1 | 11001100 | 1100010 | 111011 |
Color Harmonies of #2EAAFD
Complementary color
Monochromatic Colors of #2EAAFD
Black with #2EAAFD
Text Example
Text Example
White with #2EAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAAFD; }
p { color: rgb(46,170,253); }
H1.HeaderClassName
{
color: #2EAAFD;
}
.AnyTagClassName
{
color: #2EAAFD;
}
</style>
background-color css
<style>
a { background-color: #2EAAFD; }
a { background-color: rgb(46,170,253); }
div.DivClassName
{
background-color: #2EAAFD;
}
.BgClassName
{
background-color: #2EAAFD;
}
</style>
border-color css
<style>
span { border-color: #2EAAFD; }
span { border-color: rgb(46,170,253); }
td.TdClassName
{
border-color: #2EAAFD;
}
.TagClassName
{
border-color: #2EAAFD;
}
</style>