Shades of Dodger Blue #2E9AF2
Tints of Dodger Blue #2E9AF2
RGB
CMYK
RGB Variations
Color information
#2E9AF2 (or 0x2E9AF2) is known color: Dodger Blue. HEX triplet: 2E, 9A and F2. RGB value is (46,154,242). Sum of RGB (Red+Green+Blue) = 46+154+242=442 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.41% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 242 (94.92% from 255 or 54.75% from 442); Max value from RGB is 242 - color contains mainly: blue. Hex color #2E9AF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E9AF2 is #D1650D. Grayscale: #838383. Windows color (decimal): -13722894 or 15899182. OLE color: 15899182.
HSL color Cylindrical-coordinate representation of color #2E9AF2: hue angle of 206.94º degrees, saturation: 0.88, 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 #2E9AF2 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 154 | 242 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.05 |
| HSL | 206.94º | 0.88% | 0.56% | - |
| HSV(B) | 206.94º | 0.81% | 0.95% | - |
| XYZ | 28.71 | 30.1 | 88.3 | - |
| YUV | 131.74 | 190.22 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 154 | 242 | 0.81 | 0.36 | 0 | 0.05 | 206.94 | 0.88 | 0.56 |
| Hex | 2E | 9A | F2 | 51 | 24 | 0 | 5 | CF | 58 | 38 |
| Octal | 56 | 232 | 362 | 121 | 44 | 0 | 5 | 317 | 130 | 70 |
| Binary | 101110 | 10011010 | 11110010 | 1010001 | 100100 | 0 | 101 | 11001111 | 1011000 | 111000 |
Color Harmonies of #2E9AF2
Complementary color
Monochromatic Colors of #2E9AF2
Black with #2E9AF2
Text Example
Text Example
White with #2E9AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9AF2; }
p { color: rgb(46,154,242); }
H1.HeaderClassName
{
color: #2E9AF2;
}
.AnyTagClassName
{
color: #2E9AF2;
}
</style>
background-color css
<style>
a { background-color: #2E9AF2; }
a { background-color: rgb(46,154,242); }
div.DivClassName
{
background-color: #2E9AF2;
}
.BgClassName
{
background-color: #2E9AF2;
}
</style>
border-color css
<style>
span { border-color: #2E9AF2; }
span { border-color: rgb(46,154,242); }
td.TdClassName
{
border-color: #2E9AF2;
}
.TagClassName
{
border-color: #2E9AF2;
}
</style>