Shades of Dodger Blue #2E98FE
Tints of Dodger Blue #2E98FE
RGB
CMYK
RGB Variations
Color information
#2E98FE (or 0x2E98FE) is known color: Dodger Blue. HEX triplet: 2E, 98 and FE. RGB value is (46,152,254). Sum of RGB (Red+Green+Blue) = 46+152+254=452 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.18% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #2E98FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E98FE is #D16701. Grayscale: #838383. Windows color (decimal): -13723394 or 16685102. OLE color: 16685102.
HSL color Cylindrical-coordinate representation of color #2E98FE: hue angle of 209.42º 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 #2E98FE is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 152 | 254 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.00 |
| HSL | 209.42º | 0.99% | 0.59% | - |
| HSV(B) | 209.42º | 0.82% | 1% | - |
| XYZ | 30.24 | 30.19 | 98 | - |
| YUV | 131.93 | 196.88 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 152 | 254 | 0.82 | 0.40 | 0 | 0.00 | 209.42 | 0.99 | 0.59 |
| Hex | 2E | 98 | FE | 52 | 28 | 0 | 0 | D1 | 63 | 3B |
| Octal | 56 | 230 | 376 | 122 | 50 | 0 | 0 | 321 | 143 | 73 |
| Binary | 101110 | 10011000 | 11111110 | 1010010 | 101000 | 0 | 0 | 11010001 | 1100011 | 111011 |
Color Harmonies of #2E98FE
Complementary color
Monochromatic Colors of #2E98FE
Black with #2E98FE
Text Example
Text Example
White with #2E98FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E98FE; }
p { color: rgb(46,152,254); }
H1.HeaderClassName
{
color: #2E98FE;
}
.AnyTagClassName
{
color: #2E98FE;
}
</style>
background-color css
<style>
a { background-color: #2E98FE; }
a { background-color: rgb(46,152,254); }
div.DivClassName
{
background-color: #2E98FE;
}
.BgClassName
{
background-color: #2E98FE;
}
</style>
border-color css
<style>
span { border-color: #2E98FE; }
span { border-color: rgb(46,152,254); }
td.TdClassName
{
border-color: #2E98FE;
}
.TagClassName
{
border-color: #2E98FE;
}
</style>