Shades of Dodger Blue #2E9AFE
Tints of Dodger Blue #2E9AFE
RGB
CMYK
RGB Variations
Color information
#2E9AFE (or 0x2E9AFE) is known color: Dodger Blue. HEX triplet: 2E, 9A and FE. RGB value is (46,154,254). Sum of RGB (Red+Green+Blue) = 46+154+254=454 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.13% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #2E9AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E9AFE is #D16501. Grayscale: #848484. Windows color (decimal): -13722882 or 16685614. OLE color: 16685614.
HSL color Cylindrical-coordinate representation of color #2E9AFE: hue angle of 208.85º 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 #2E9AFE is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 154 | 254 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.00 |
| HSL | 208.85º | 0.99% | 0.59% | - |
| HSV(B) | 208.85º | 0.82% | 1% | - |
| XYZ | 30.57 | 30.85 | 98.11 | - |
| YUV | 133.11 | 196.22 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 154 | 254 | 0.82 | 0.39 | 0 | 0.00 | 208.85 | 0.99 | 0.59 |
| Hex | 2E | 9A | FE | 52 | 27 | 0 | 0 | D1 | 63 | 3B |
| Octal | 56 | 232 | 376 | 122 | 47 | 0 | 0 | 321 | 143 | 73 |
| Binary | 101110 | 10011010 | 11111110 | 1010010 | 100111 | 0 | 0 | 11010001 | 1100011 | 111011 |
Color Harmonies of #2E9AFE
Complementary color
Monochromatic Colors of #2E9AFE
Black with #2E9AFE
Text Example
Text Example
White with #2E9AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9AFE; }
p { color: rgb(46,154,254); }
H1.HeaderClassName
{
color: #2E9AFE;
}
.AnyTagClassName
{
color: #2E9AFE;
}
</style>
background-color css
<style>
a { background-color: #2E9AFE; }
a { background-color: rgb(46,154,254); }
div.DivClassName
{
background-color: #2E9AFE;
}
.BgClassName
{
background-color: #2E9AFE;
}
</style>
border-color css
<style>
span { border-color: #2E9AFE; }
span { border-color: rgb(46,154,254); }
td.TdClassName
{
border-color: #2E9AFE;
}
.TagClassName
{
border-color: #2E9AFE;
}
</style>