Shades of Dodger Blue #2E9CFC
Tints of Dodger Blue #2E9CFC
RGB
CMYK
RGB Variations
Color information
#2E9CFC (or 0x2E9CFC) is known color: Dodger Blue. HEX triplet: 2E, 9C and FC. RGB value is (46,156,252). Sum of RGB (Red+Green+Blue) = 46+156+252=454 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.13% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #2E9CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E9CFC is #D16303. Grayscale: #858585. Windows color (decimal): -13722372 or 16555054. OLE color: 16555054.
HSL color Cylindrical-coordinate representation of color #2E9CFC: hue angle of 207.96º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E9CFC is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 156 | 252 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.01 |
| HSL | 207.96º | 0.97% | 0.58% | - |
| HSV(B) | 207.96º | 0.82% | 0.99% | - |
| XYZ | 30.59 | 31.39 | 96.54 | - |
| YUV | 134.05 | 194.56 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 156 | 252 | 0.82 | 0.38 | 0 | 0.01 | 207.96 | 0.97 | 0.58 |
| Hex | 2E | 9C | FC | 52 | 26 | 0 | 1 | D0 | 61 | 3A |
| Octal | 56 | 234 | 374 | 122 | 46 | 0 | 1 | 320 | 141 | 72 |
| Binary | 101110 | 10011100 | 11111100 | 1010010 | 100110 | 0 | 1 | 11010000 | 1100001 | 111010 |
Color Harmonies of #2E9CFC
Complementary color
Monochromatic Colors of #2E9CFC
Black with #2E9CFC
Text Example
Text Example
White with #2E9CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9CFC; }
p { color: rgb(46,156,252); }
H1.HeaderClassName
{
color: #2E9CFC;
}
.AnyTagClassName
{
color: #2E9CFC;
}
</style>
background-color css
<style>
a { background-color: #2E9CFC; }
a { background-color: rgb(46,156,252); }
div.DivClassName
{
background-color: #2E9CFC;
}
.BgClassName
{
background-color: #2E9CFC;
}
</style>
border-color css
<style>
span { border-color: #2E9CFC; }
span { border-color: rgb(46,156,252); }
td.TdClassName
{
border-color: #2E9CFC;
}
.TagClassName
{
border-color: #2E9CFC;
}
</style>