Shades of Dodger Blue #2E80FE
Tints of Dodger Blue #2E80FE
RGB
CMYK
RGB Variations
Color information
#2E80FE (or 0x2E80FE) is known color: Dodger Blue. HEX triplet: 2E, 80 and FE. RGB value is (46,128,254). Sum of RGB (Red+Green+Blue) = 46+128+254=428 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.75% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #2E80FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E80FE is #D17F01. Grayscale: #757575. Windows color (decimal): -13729538 or 16678958. OLE color: 16678958.
HSL color Cylindrical-coordinate representation of color #2E80FE: hue angle of 216.35º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E80FE is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 128 | 254 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.00 |
| HSL | 216.35º | 0.99% | 0.59% | - |
| HSV(B) | 216.35º | 0.82% | 1% | - |
| XYZ | 26.74 | 23.17 | 96.83 | - |
| YUV | 117.85 | 204.83 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 128 | 254 | 0.82 | 0.50 | 0 | 0.00 | 216.35 | 0.99 | 0.59 |
| Hex | 2E | 80 | FE | 52 | 32 | 0 | 0 | D8 | 63 | 3B |
| Octal | 56 | 200 | 376 | 122 | 62 | 0 | 0 | 330 | 143 | 73 |
| Binary | 101110 | 10000000 | 11111110 | 1010010 | 110010 | 0 | 0 | 11011000 | 1100011 | 111011 |
Color Harmonies of #2E80FE
Complementary color
Monochromatic Colors of #2E80FE
Black with #2E80FE
Text Example
Text Example
White with #2E80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E80FE; }
p { color: rgb(46,128,254); }
H1.HeaderClassName
{
color: #2E80FE;
}
.AnyTagClassName
{
color: #2E80FE;
}
</style>
background-color css
<style>
a { background-color: #2E80FE; }
a { background-color: rgb(46,128,254); }
div.DivClassName
{
background-color: #2E80FE;
}
.BgClassName
{
background-color: #2E80FE;
}
</style>
border-color css
<style>
span { border-color: #2E80FE; }
span { border-color: rgb(46,128,254); }
td.TdClassName
{
border-color: #2E80FE;
}
.TagClassName
{
border-color: #2E80FE;
}
</style>