Shades of Dodger Blue #2E8CF9
Tints of Dodger Blue #2E8CF9
RGB
CMYK
RGB Variations
Color information
#2E8CF9 (or 0x2E8CF9) is known color: Dodger Blue. HEX triplet: 2E, 8C and F9. RGB value is (46,140,249). Sum of RGB (Red+Green+Blue) = 46+140+249=435 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.57% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 249 (97.66% from 255 or 57.24% from 435); Max value from RGB is 249 - color contains mainly: blue. Hex color #2E8CF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E8CF9 is #D17306. Grayscale: #7B7B7B. Windows color (decimal): -13726471 or 16354350. OLE color: 16354350.
HSL color Cylindrical-coordinate representation of color #2E8CF9: hue angle of 212.22º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E8CF9 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 140 | 249 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.02 |
| HSL | 212.22º | 0.94% | 0.58% | - |
| HSV(B) | 212.22º | 0.82% | 0.98% | - |
| XYZ | 27.6 | 26.18 | 93.22 | - |
| YUV | 124.32 | 198.36 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 140 | 249 | 0.82 | 0.44 | 0 | 0.02 | 212.22 | 0.94 | 0.58 |
| Hex | 2E | 8C | F9 | 52 | 2C | 0 | 2 | D4 | 5E | 3A |
| Octal | 56 | 214 | 371 | 122 | 54 | 0 | 2 | 324 | 136 | 72 |
| Binary | 101110 | 10001100 | 11111001 | 1010010 | 101100 | 0 | 10 | 11010100 | 1011110 | 111010 |
Color Harmonies of #2E8CF9
Complementary color
Monochromatic Colors of #2E8CF9
Black with #2E8CF9
Text Example
Text Example
White with #2E8CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8CF9; }
p { color: rgb(46,140,249); }
H1.HeaderClassName
{
color: #2E8CF9;
}
.AnyTagClassName
{
color: #2E8CF9;
}
</style>
background-color css
<style>
a { background-color: #2E8CF9; }
a { background-color: rgb(46,140,249); }
div.DivClassName
{
background-color: #2E8CF9;
}
.BgClassName
{
background-color: #2E8CF9;
}
</style>
border-color css
<style>
span { border-color: #2E8CF9; }
span { border-color: rgb(46,140,249); }
td.TdClassName
{
border-color: #2E8CF9;
}
.TagClassName
{
border-color: #2E8CF9;
}
</style>