Shades of Dodger Blue #2EAAFE
Tints of Dodger Blue #2EAAFE
RGB
CMYK
RGB Variations
Color information
#2EAAFE (or 0x2EAAFE) is known color: Dodger Blue. HEX triplet: 2E, AA and FE. RGB value is (46,170,254). Sum of RGB (Red+Green+Blue) = 46+170+254=470 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.79% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #2EAAFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EAAFE is #D15501. Grayscale: #8E8E8E. Windows color (decimal): -13718786 or 16689710. OLE color: 16689710.
HSL color Cylindrical-coordinate representation of color #2EAAFE: hue angle of 204.23º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EAAFE is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 170 | 254 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.00 |
| HSL | 204.23º | 0.99% | 0.59% | - |
| HSV(B) | 204.23º | 0.82% | 1% | - |
| XYZ | 33.39 | 36.49 | 99.05 | - |
| YUV | 142.5 | 190.92 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 254 | 0.82 | 0.33 | 0 | 0.00 | 204.23 | 0.99 | 0.59 |
| Hex | 2E | AA | FE | 52 | 21 | 0 | 0 | CC | 63 | 3B |
| Octal | 56 | 252 | 376 | 122 | 41 | 0 | 0 | 314 | 143 | 73 |
| Binary | 101110 | 10101010 | 11111110 | 1010010 | 100001 | 0 | 0 | 11001100 | 1100011 | 111011 |
Color Harmonies of #2EAAFE
Complementary color
Monochromatic Colors of #2EAAFE
Black with #2EAAFE
Text Example
Text Example
White with #2EAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAAFE; }
p { color: rgb(46,170,254); }
H1.HeaderClassName
{
color: #2EAAFE;
}
.AnyTagClassName
{
color: #2EAAFE;
}
</style>
background-color css
<style>
a { background-color: #2EAAFE; }
a { background-color: rgb(46,170,254); }
div.DivClassName
{
background-color: #2EAAFE;
}
.BgClassName
{
background-color: #2EAAFE;
}
</style>
border-color css
<style>
span { border-color: #2EAAFE; }
span { border-color: rgb(46,170,254); }
td.TdClassName
{
border-color: #2EAAFE;
}
.TagClassName
{
border-color: #2EAAFE;
}
</style>