Shades of Dodger Blue #2E9BF8
Tints of Dodger Blue #2E9BF8
RGB
CMYK
RGB Variations
Color information
#2E9BF8 (or 0x2E9BF8) is known color: Dodger Blue. HEX triplet: 2E, 9B and F8. RGB value is (46,155,248). Sum of RGB (Red+Green+Blue) = 46+155+248=449 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.24% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 248 (97.27% from 255 or 55.23% from 449); Max value from RGB is 248 - color contains mainly: blue. Hex color #2E9BF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E9BF8 is #D16407. Grayscale: #848484. Windows color (decimal): -13722632 or 16292654. OLE color: 16292654.
HSL color Cylindrical-coordinate representation of color #2E9BF8: hue angle of 207.62º 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 #2E9BF8 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 155 | 248 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.03 |
| HSL | 207.62º | 0.94% | 0.58% | - |
| HSV(B) | 207.62º | 0.81% | 0.97% | - |
| XYZ | 29.79 | 30.8 | 93.18 | - |
| YUV | 133.01 | 192.89 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 155 | 248 | 0.81 | 0.38 | 0 | 0.03 | 207.62 | 0.94 | 0.58 |
| Hex | 2E | 9B | F8 | 51 | 26 | 0 | 3 | D0 | 5E | 3A |
| Octal | 56 | 233 | 370 | 121 | 46 | 0 | 3 | 320 | 136 | 72 |
| Binary | 101110 | 10011011 | 11111000 | 1010001 | 100110 | 0 | 11 | 11010000 | 1011110 | 111010 |
Color Harmonies of #2E9BF8
Complementary color
Monochromatic Colors of #2E9BF8
Black with #2E9BF8
Text Example
Text Example
White with #2E9BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9BF8; }
p { color: rgb(46,155,248); }
H1.HeaderClassName
{
color: #2E9BF8;
}
.AnyTagClassName
{
color: #2E9BF8;
}
</style>
background-color css
<style>
a { background-color: #2E9BF8; }
a { background-color: rgb(46,155,248); }
div.DivClassName
{
background-color: #2E9BF8;
}
.BgClassName
{
background-color: #2E9BF8;
}
</style>
border-color css
<style>
span { border-color: #2E9BF8; }
span { border-color: rgb(46,155,248); }
td.TdClassName
{
border-color: #2E9BF8;
}
.TagClassName
{
border-color: #2E9BF8;
}
</style>