Shades of Dodger Blue #2E76FD
Tints of Dodger Blue #2E76FD
RGB
CMYK
RGB Variations
Color information
#2E76FD (or 0x2E76FD) is known color: Dodger Blue. HEX triplet: 2E, 76 and FD. RGB value is (46,118,253). Sum of RGB (Red+Green+Blue) = 46+118+253=417 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.03% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E76FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E76FD is #D18902. Grayscale: #6F6F6F. Windows color (decimal): -13732099 or 16610862. OLE color: 16610862.
HSL color Cylindrical-coordinate representation of color #2E76FD: hue angle of 219.13º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E76FD is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 118 | 253 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.01 |
| HSL | 219.13º | 0.98% | 0.59% | - |
| HSV(B) | 219.13º | 0.82% | 0.99% | - |
| XYZ | 25.33 | 20.63 | 95.58 | - |
| YUV | 111.86 | 207.65 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 118 | 253 | 0.82 | 0.53 | 0 | 0.01 | 219.13 | 0.98 | 0.59 |
| Hex | 2E | 76 | FD | 52 | 35 | 0 | 1 | DB | 62 | 3B |
| Octal | 56 | 166 | 375 | 122 | 65 | 0 | 1 | 333 | 142 | 73 |
| Binary | 101110 | 1110110 | 11111101 | 1010010 | 110101 | 0 | 1 | 11011011 | 1100010 | 111011 |
Color Harmonies of #2E76FD
Complementary color
Monochromatic Colors of #2E76FD
Black with #2E76FD
Text Example
Text Example
White with #2E76FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E76FD; }
p { color: rgb(46,118,253); }
H1.HeaderClassName
{
color: #2E76FD;
}
.AnyTagClassName
{
color: #2E76FD;
}
</style>
background-color css
<style>
a { background-color: #2E76FD; }
a { background-color: rgb(46,118,253); }
div.DivClassName
{
background-color: #2E76FD;
}
.BgClassName
{
background-color: #2E76FD;
}
</style>
border-color css
<style>
span { border-color: #2E76FD; }
span { border-color: rgb(46,118,253); }
td.TdClassName
{
border-color: #2E76FD;
}
.TagClassName
{
border-color: #2E76FD;
}
</style>