Shades of Dodger Blue #2E7AF8
Tints of Dodger Blue #2E7AF8
RGB
CMYK
RGB Variations
Color information
#2E7AF8 (or 0x2E7AF8) is known color: Dodger Blue. HEX triplet: 2E, 7A and F8. RGB value is (46,122,248). Sum of RGB (Red+Green+Blue) = 46+122+248=416 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.06% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 248 (97.27% from 255 or 59.62% from 416); Max value from RGB is 248 - color contains mainly: blue. Hex color #2E7AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E7AF8 is #D18507. Grayscale: #717171. Windows color (decimal): -13731080 or 16284206. OLE color: 16284206.
HSL color Cylindrical-coordinate representation of color #2E7AF8: hue angle of 217.43º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E7AF8 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 122 | 248 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.03 |
| HSL | 217.43º | 0.94% | 0.58% | - |
| HSV(B) | 217.43º | 0.81% | 0.97% | - |
| XYZ | 25.03 | 21.28 | 91.59 | - |
| YUV | 113.64 | 203.82 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 122 | 248 | 0.81 | 0.51 | 0 | 0.03 | 217.43 | 0.94 | 0.58 |
| Hex | 2E | 7A | F8 | 51 | 33 | 0 | 3 | D9 | 5E | 3A |
| Octal | 56 | 172 | 370 | 121 | 63 | 0 | 3 | 331 | 136 | 72 |
| Binary | 101110 | 1111010 | 11111000 | 1010001 | 110011 | 0 | 11 | 11011001 | 1011110 | 111010 |
Color Harmonies of #2E7AF8
Complementary color
Monochromatic Colors of #2E7AF8
Black with #2E7AF8
Text Example
Text Example
White with #2E7AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7AF8; }
p { color: rgb(46,122,248); }
H1.HeaderClassName
{
color: #2E7AF8;
}
.AnyTagClassName
{
color: #2E7AF8;
}
</style>
background-color css
<style>
a { background-color: #2E7AF8; }
a { background-color: rgb(46,122,248); }
div.DivClassName
{
background-color: #2E7AF8;
}
.BgClassName
{
background-color: #2E7AF8;
}
</style>
border-color css
<style>
span { border-color: #2E7AF8; }
span { border-color: rgb(46,122,248); }
td.TdClassName
{
border-color: #2E7AF8;
}
.TagClassName
{
border-color: #2E7AF8;
}
</style>