Shades of Dodger Blue #2E8CFC
Tints of Dodger Blue #2E8CFC
RGB
CMYK
RGB Variations
Color information
#2E8CFC (or 0x2E8CFC) is known color: Dodger Blue. HEX triplet: 2E, 8C and FC. RGB value is (46,140,252). Sum of RGB (Red+Green+Blue) = 46+140+252=438 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.50% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #2E8CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E8CFC is #D17303. Grayscale: #7C7C7C. Windows color (decimal): -13726468 or 16550958. OLE color: 16550958.
HSL color Cylindrical-coordinate representation of color #2E8CFC: hue angle of 212.62º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E8CFC is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 140 | 252 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.01 |
| HSL | 212.62º | 0.97% | 0.58% | - |
| HSV(B) | 212.62º | 0.82% | 0.99% | - |
| XYZ | 28.08 | 26.37 | 95.7 | - |
| YUV | 124.66 | 199.86 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 140 | 252 | 0.82 | 0.44 | 0 | 0.01 | 212.62 | 0.97 | 0.58 |
| Hex | 2E | 8C | FC | 52 | 2C | 0 | 1 | D5 | 61 | 3A |
| Octal | 56 | 214 | 374 | 122 | 54 | 0 | 1 | 325 | 141 | 72 |
| Binary | 101110 | 10001100 | 11111100 | 1010010 | 101100 | 0 | 1 | 11010101 | 1100001 | 111010 |
Color Harmonies of #2E8CFC
Complementary color
Monochromatic Colors of #2E8CFC
Black with #2E8CFC
Text Example
Text Example
White with #2E8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8CFC; }
p { color: rgb(46,140,252); }
H1.HeaderClassName
{
color: #2E8CFC;
}
.AnyTagClassName
{
color: #2E8CFC;
}
</style>
background-color css
<style>
a { background-color: #2E8CFC; }
a { background-color: rgb(46,140,252); }
div.DivClassName
{
background-color: #2E8CFC;
}
.BgClassName
{
background-color: #2E8CFC;
}
</style>
border-color css
<style>
span { border-color: #2E8CFC; }
span { border-color: rgb(46,140,252); }
td.TdClassName
{
border-color: #2E8CFC;
}
.TagClassName
{
border-color: #2E8CFC;
}
</style>