Shades of Dodger Blue #2E7AF1
Tints of Dodger Blue #2E7AF1
RGB
CMYK
RGB Variations
Color information
#2E7AF1 (or 0x2E7AF1) is known color: Dodger Blue. HEX triplet: 2E, 7A and F1. RGB value is (46,122,241). Sum of RGB (Red+Green+Blue) = 46+122+241=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 241 (94.53% from 255 or 58.92% from 409); Max value from RGB is 241 - color contains mainly: blue. Hex color #2E7AF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E7AF1 is #D1850E. Grayscale: #707070. Windows color (decimal): -13731087 or 15825454. OLE color: 15825454.
HSL color Cylindrical-coordinate representation of color #2E7AF1: hue angle of 216.62º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E7AF1 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 122 | 241 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.05 |
| HSL | 216.62º | 0.87% | 0.56% | - |
| HSV(B) | 216.62º | 0.81% | 0.95% | - |
| XYZ | 23.96 | 20.85 | 85.98 | - |
| YUV | 112.84 | 200.32 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 122 | 241 | 0.81 | 0.49 | 0 | 0.05 | 216.62 | 0.87 | 0.56 |
| Hex | 2E | 7A | F1 | 51 | 31 | 0 | 5 | D9 | 57 | 38 |
| Octal | 56 | 172 | 361 | 121 | 61 | 0 | 5 | 331 | 127 | 70 |
| Binary | 101110 | 1111010 | 11110001 | 1010001 | 110001 | 0 | 101 | 11011001 | 1010111 | 111000 |
Color Harmonies of #2E7AF1
Complementary color
Monochromatic Colors of #2E7AF1
Black with #2E7AF1
Text Example
Text Example
White with #2E7AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7AF1; }
p { color: rgb(46,122,241); }
H1.HeaderClassName
{
color: #2E7AF1;
}
.AnyTagClassName
{
color: #2E7AF1;
}
</style>
background-color css
<style>
a { background-color: #2E7AF1; }
a { background-color: rgb(46,122,241); }
div.DivClassName
{
background-color: #2E7AF1;
}
.BgClassName
{
background-color: #2E7AF1;
}
</style>
border-color css
<style>
span { border-color: #2E7AF1; }
span { border-color: rgb(46,122,241); }
td.TdClassName
{
border-color: #2E7AF1;
}
.TagClassName
{
border-color: #2E7AF1;
}
</style>