Shades of Dodger Blue #2E8CFF
Tints of Dodger Blue #2E8CFF
RGB
CMYK
RGB Variations
Color information
#2E8CFF (or 0x2E8CFF) is known color: Dodger Blue. HEX triplet: 2E, 8C and FF. RGB value is (46,140,255). Sum of RGB (Red+Green+Blue) = 46+140+255=441 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.43% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E8CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E8CFF is #D17300. Grayscale: #7C7C7C. Windows color (decimal): -13726465 or 16747566. OLE color: 16747566.
HSL color Cylindrical-coordinate representation of color #2E8CFF: hue angle of 213.01º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E8CFF is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 140 | 255 | - |
| CMYK | 0.82 | 0.45 | 0 | 0 |
| HSL | 213.01º | 1% | 0.59% | - |
| HSV(B) | 213.01º | 0.82% | 1% | - |
| XYZ | 28.55 | 26.56 | 98.23 | - |
| YUV | 125 | 201.36 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 140 | 255 | 0.82 | 0.45 | 0 | 0 | 213.01 | 1 | 0.59 |
| Hex | 2E | 8C | FF | 52 | 2D | 0 | 0 | D5 | 64 | 3B |
| Octal | 56 | 214 | 377 | 122 | 55 | 0 | 0 | 325 | 144 | 73 |
| Binary | 101110 | 10001100 | 11111111 | 1010010 | 101101 | 0 | 0 | 11010101 | 1100100 | 111011 |
Color Harmonies of #2E8CFF
Complementary color
Monochromatic Colors of #2E8CFF
Black with #2E8CFF
Text Example
Text Example
White with #2E8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8CFF; }
p { color: rgb(46,140,255); }
H1.HeaderClassName
{
color: #2E8CFF;
}
.AnyTagClassName
{
color: #2E8CFF;
}
</style>
background-color css
<style>
a { background-color: #2E8CFF; }
a { background-color: rgb(46,140,255); }
div.DivClassName
{
background-color: #2E8CFF;
}
.BgClassName
{
background-color: #2E8CFF;
}
</style>
border-color css
<style>
span { border-color: #2E8CFF; }
span { border-color: rgb(46,140,255); }
td.TdClassName
{
border-color: #2E8CFF;
}
.TagClassName
{
border-color: #2E8CFF;
}
</style>