Shades of Dodger Blue #2E8AFD
Tints of Dodger Blue #2E8AFD
RGB
CMYK
RGB Variations
Color information
#2E8AFD (or 0x2E8AFD) is known color: Dodger Blue. HEX triplet: 2E, 8A and FD. RGB value is (46,138,253). Sum of RGB (Red+Green+Blue) = 46+138+253=437 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.53% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E8AFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E8AFD is #D17502. Grayscale: #7B7B7B. Windows color (decimal): -13726979 or 16615982. OLE color: 16615982.
HSL color Cylindrical-coordinate representation of color #2E8AFD: hue angle of 213.33º 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 #2E8AFD is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 138 | 253 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.01 |
| HSL | 213.33º | 0.98% | 0.59% | - |
| HSV(B) | 213.33º | 0.82% | 0.99% | - |
| XYZ | 27.94 | 25.85 | 96.45 | - |
| YUV | 123.6 | 201.02 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 138 | 253 | 0.82 | 0.45 | 0 | 0.01 | 213.33 | 0.98 | 0.59 |
| Hex | 2E | 8A | FD | 52 | 2D | 0 | 1 | D5 | 62 | 3B |
| Octal | 56 | 212 | 375 | 122 | 55 | 0 | 1 | 325 | 142 | 73 |
| Binary | 101110 | 10001010 | 11111101 | 1010010 | 101101 | 0 | 1 | 11010101 | 1100010 | 111011 |
Color Harmonies of #2E8AFD
Complementary color
Monochromatic Colors of #2E8AFD
Black with #2E8AFD
Text Example
Text Example
White with #2E8AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8AFD; }
p { color: rgb(46,138,253); }
H1.HeaderClassName
{
color: #2E8AFD;
}
.AnyTagClassName
{
color: #2E8AFD;
}
</style>
background-color css
<style>
a { background-color: #2E8AFD; }
a { background-color: rgb(46,138,253); }
div.DivClassName
{
background-color: #2E8AFD;
}
.BgClassName
{
background-color: #2E8AFD;
}
</style>
border-color css
<style>
span { border-color: #2E8AFD; }
span { border-color: rgb(46,138,253); }
td.TdClassName
{
border-color: #2E8AFD;
}
.TagClassName
{
border-color: #2E8AFD;
}
</style>