Shades of Dodger Blue #2E89FF
Tints of Dodger Blue #2E89FF
RGB
CMYK
RGB Variations
Color information
#2E89FF (or 0x2E89FF) is known color: Dodger Blue. HEX triplet: 2E, 89 and FF. RGB value is (46,137,255). Sum of RGB (Red+Green+Blue) = 46+137+255=438 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.50% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E89FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E89FF is #D17600. Grayscale: #7A7A7A. Windows color (decimal): -13727233 or 16746798. OLE color: 16746798.
HSL color Cylindrical-coordinate representation of color #2E89FF: hue angle of 213.88º 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 #2E89FF is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 137 | 255 | - |
| CMYK | 0.82 | 0.46 | 0 | 0 |
| HSL | 213.88º | 1% | 0.59% | - |
| HSV(B) | 213.88º | 0.82% | 1% | - |
| XYZ | 28.12 | 25.69 | 98.08 | - |
| YUV | 123.24 | 202.35 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 137 | 255 | 0.82 | 0.46 | 0 | 0 | 213.88 | 1 | 0.59 |
| Hex | 2E | 89 | FF | 52 | 2E | 0 | 0 | D6 | 64 | 3B |
| Octal | 56 | 211 | 377 | 122 | 56 | 0 | 0 | 326 | 144 | 73 |
| Binary | 101110 | 10001001 | 11111111 | 1010010 | 101110 | 0 | 0 | 11010110 | 1100100 | 111011 |
Color Harmonies of #2E89FF
Complementary color
Monochromatic Colors of #2E89FF
Black with #2E89FF
Text Example
Text Example
White with #2E89FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E89FF; }
p { color: rgb(46,137,255); }
H1.HeaderClassName
{
color: #2E89FF;
}
.AnyTagClassName
{
color: #2E89FF;
}
</style>
background-color css
<style>
a { background-color: #2E89FF; }
a { background-color: rgb(46,137,255); }
div.DivClassName
{
background-color: #2E89FF;
}
.BgClassName
{
background-color: #2E89FF;
}
</style>
border-color css
<style>
span { border-color: #2E89FF; }
span { border-color: rgb(46,137,255); }
td.TdClassName
{
border-color: #2E89FF;
}
.TagClassName
{
border-color: #2E89FF;
}
</style>