Shades of Dodger Blue #2E7AF3
Tints of Dodger Blue #2E7AF3
RGB
CMYK
RGB Variations
Color information
#2E7AF3 (or 0x2E7AF3) is known color: Dodger Blue. HEX triplet: 2E, 7A and F3. RGB value is (46,122,243). Sum of RGB (Red+Green+Blue) = 46+122+243=411 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.19% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 243 (95.31% from 255 or 59.12% from 411); Max value from RGB is 243 - color contains mainly: blue. Hex color #2E7AF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E7AF3 is #D1850C. Grayscale: #707070. Windows color (decimal): -13731085 or 15956526. OLE color: 15956526.
HSL color Cylindrical-coordinate representation of color #2E7AF3: hue angle of 216.85º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E7AF3 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 122 | 243 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.05 |
| HSL | 216.85º | 0.89% | 0.57% | - |
| HSV(B) | 216.85º | 0.81% | 0.95% | - |
| XYZ | 24.26 | 20.97 | 87.56 | - |
| YUV | 113.07 | 201.32 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 122 | 243 | 0.81 | 0.50 | 0 | 0.05 | 216.85 | 0.89 | 0.57 |
| Hex | 2E | 7A | F3 | 51 | 32 | 0 | 5 | D9 | 59 | 39 |
| Octal | 56 | 172 | 363 | 121 | 62 | 0 | 5 | 331 | 131 | 71 |
| Binary | 101110 | 1111010 | 11110011 | 1010001 | 110010 | 0 | 101 | 11011001 | 1011001 | 111001 |
Color Harmonies of #2E7AF3
Complementary color
Monochromatic Colors of #2E7AF3
Black with #2E7AF3
Text Example
Text Example
White with #2E7AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7AF3; }
p { color: rgb(46,122,243); }
H1.HeaderClassName
{
color: #2E7AF3;
}
.AnyTagClassName
{
color: #2E7AF3;
}
</style>
background-color css
<style>
a { background-color: #2E7AF3; }
a { background-color: rgb(46,122,243); }
div.DivClassName
{
background-color: #2E7AF3;
}
.BgClassName
{
background-color: #2E7AF3;
}
</style>
border-color css
<style>
span { border-color: #2E7AF3; }
span { border-color: rgb(46,122,243); }
td.TdClassName
{
border-color: #2E7AF3;
}
.TagClassName
{
border-color: #2E7AF3;
}
</style>