Shades of Dodger Blue #2E9BFE
Tints of Dodger Blue #2E9BFE
RGB
CMYK
RGB Variations
Color information
#2E9BFE (or 0x2E9BFE) is known color: Dodger Blue. HEX triplet: 2E, 9B and FE. RGB value is (46,155,254). Sum of RGB (Red+Green+Blue) = 46+155+254=455 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.11% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #2E9BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E9BFE is #D16401. Grayscale: #858585. Windows color (decimal): -13722626 or 16685870. OLE color: 16685870.
HSL color Cylindrical-coordinate representation of color #2E9BFE: hue angle of 208.56º 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 #2E9BFE is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 155 | 254 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.00 |
| HSL | 208.56º | 0.99% | 0.59% | - |
| HSV(B) | 208.56º | 0.82% | 1% | - |
| XYZ | 30.74 | 31.18 | 98.16 | - |
| YUV | 133.7 | 195.89 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 155 | 254 | 0.82 | 0.39 | 0 | 0.00 | 208.56 | 0.99 | 0.59 |
| Hex | 2E | 9B | FE | 52 | 27 | 0 | 0 | D1 | 63 | 3B |
| Octal | 56 | 233 | 376 | 122 | 47 | 0 | 0 | 321 | 143 | 73 |
| Binary | 101110 | 10011011 | 11111110 | 1010010 | 100111 | 0 | 0 | 11010001 | 1100011 | 111011 |
Color Harmonies of #2E9BFE
Complementary color
Monochromatic Colors of #2E9BFE
Black with #2E9BFE
Text Example
Text Example
White with #2E9BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9BFE; }
p { color: rgb(46,155,254); }
H1.HeaderClassName
{
color: #2E9BFE;
}
.AnyTagClassName
{
color: #2E9BFE;
}
</style>
background-color css
<style>
a { background-color: #2E9BFE; }
a { background-color: rgb(46,155,254); }
div.DivClassName
{
background-color: #2E9BFE;
}
.BgClassName
{
background-color: #2E9BFE;
}
</style>
border-color css
<style>
span { border-color: #2E9BFE; }
span { border-color: rgb(46,155,254); }
td.TdClassName
{
border-color: #2E9BFE;
}
.TagClassName
{
border-color: #2E9BFE;
}
</style>