Shades of Dodger Blue #2E9BED
Tints of Dodger Blue #2E9BED
RGB
CMYK
RGB Variations
Color information
#2E9BED (or 0x2E9BED) is known color: Dodger Blue. HEX triplet: 2E, 9B and ED. RGB value is (46,155,237). Sum of RGB (Red+Green+Blue) = 46+155+237=438 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.50% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #2E9BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E9BED is #D16412. Grayscale: #838383. Windows color (decimal): -13722643 or 15571758. OLE color: 15571758.
HSL color Cylindrical-coordinate representation of color #2E9BED: hue angle of 205.76º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E9BED is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 155 | 237 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.07 |
| HSL | 205.76º | 0.84% | 0.55% | - |
| HSV(B) | 205.76º | 0.81% | 0.93% | - |
| XYZ | 28.13 | 30.14 | 84.46 | - |
| YUV | 131.76 | 187.39 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 155 | 237 | 0.81 | 0.35 | 0 | 0.07 | 205.76 | 0.84 | 0.55 |
| Hex | 2E | 9B | ED | 51 | 23 | 0 | 7 | CE | 54 | 37 |
| Octal | 56 | 233 | 355 | 121 | 43 | 0 | 7 | 316 | 124 | 67 |
| Binary | 101110 | 10011011 | 11101101 | 1010001 | 100011 | 0 | 111 | 11001110 | 1010100 | 110111 |
Color Harmonies of #2E9BED
Complementary color
Monochromatic Colors of #2E9BED
Black with #2E9BED
Text Example
Text Example
White with #2E9BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9BED; }
p { color: rgb(46,155,237); }
H1.HeaderClassName
{
color: #2E9BED;
}
.AnyTagClassName
{
color: #2E9BED;
}
</style>
background-color css
<style>
a { background-color: #2E9BED; }
a { background-color: rgb(46,155,237); }
div.DivClassName
{
background-color: #2E9BED;
}
.BgClassName
{
background-color: #2E9BED;
}
</style>
border-color css
<style>
span { border-color: #2E9BED; }
span { border-color: rgb(46,155,237); }
td.TdClassName
{
border-color: #2E9BED;
}
.TagClassName
{
border-color: #2E9BED;
}
</style>