Shades of Dodger Blue #2E81EF
Tints of Dodger Blue #2E81EF
RGB
CMYK
RGB Variations
Color information
#2E81EF (or 0x2E81EF) is known color: Dodger Blue. HEX triplet: 2E, 81 and EF. RGB value is (46,129,239). Sum of RGB (Red+Green+Blue) = 46+129+239=414 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.11% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E81EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E81EF is #D17E10. Grayscale: #747474. Windows color (decimal): -13729297 or 15696174. OLE color: 15696174.
HSL color Cylindrical-coordinate representation of color #2E81EF: hue angle of 214.2º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E81EF is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 129 | 239 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.06 |
| HSL | 214.2º | 0.86% | 0.56% | - |
| HSV(B) | 214.2º | 0.81% | 0.94% | - |
| XYZ | 24.56 | 22.51 | 84.71 | - |
| YUV | 116.72 | 197 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 129 | 239 | 0.81 | 0.46 | 0 | 0.06 | 214.2 | 0.86 | 0.56 |
| Hex | 2E | 81 | EF | 51 | 2E | 0 | 6 | D6 | 56 | 38 |
| Octal | 56 | 201 | 357 | 121 | 56 | 0 | 6 | 326 | 126 | 70 |
| Binary | 101110 | 10000001 | 11101111 | 1010001 | 101110 | 0 | 110 | 11010110 | 1010110 | 111000 |
Color Harmonies of #2E81EF
Complementary color
Monochromatic Colors of #2E81EF
Black with #2E81EF
Text Example
Text Example
White with #2E81EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E81EF; }
p { color: rgb(46,129,239); }
H1.HeaderClassName
{
color: #2E81EF;
}
.AnyTagClassName
{
color: #2E81EF;
}
</style>
background-color css
<style>
a { background-color: #2E81EF; }
a { background-color: rgb(46,129,239); }
div.DivClassName
{
background-color: #2E81EF;
}
.BgClassName
{
background-color: #2E81EF;
}
</style>
border-color css
<style>
span { border-color: #2E81EF; }
span { border-color: rgb(46,129,239); }
td.TdClassName
{
border-color: #2E81EF;
}
.TagClassName
{
border-color: #2E81EF;
}
</style>