Shades of Dodger Blue #2474EE
Tints of Dodger Blue #2474EE
RGB
CMYK
RGB Variations
Color information
#2474EE (or 0x2474EE) is known color: Dodger Blue. HEX triplet: 24, 74 and EE. RGB value is (36,116,238). Sum of RGB (Red+Green+Blue) = 36+116+238=390 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.23% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 238 (93.36% from 255 or 61.03% from 390); Max value from RGB is 238 - color contains mainly: blue. Hex color #2474EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2474EE is #DB8B11. Grayscale: #696969. Windows color (decimal): -14387986 or 15627300. OLE color: 15627300.
HSL color Cylindrical-coordinate representation of color #2474EE: hue angle of 216.24º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2474EE is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 116 | 238 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.07 |
| HSL | 216.24º | 0.86% | 0.54% | - |
| HSV(B) | 216.24º | 0.85% | 0.93% | - |
| XYZ | 22.41 | 19.04 | 83.38 | - |
| YUV | 105.99 | 202.5 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 116 | 238 | 0.85 | 0.51 | 0 | 0.07 | 216.24 | 0.86 | 0.54 |
| Hex | 24 | 74 | EE | 55 | 33 | 0 | 7 | D8 | 56 | 36 |
| Octal | 44 | 164 | 356 | 125 | 63 | 0 | 7 | 330 | 126 | 66 |
| Binary | 100100 | 1110100 | 11101110 | 1010101 | 110011 | 0 | 111 | 11011000 | 1010110 | 110110 |
Color Harmonies of #2474EE
Complementary color
Monochromatic Colors of #2474EE
Black with #2474EE
Text Example
Text Example
White with #2474EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2474EE; }
p { color: rgb(36,116,238); }
H1.HeaderClassName
{
color: #2474EE;
}
.AnyTagClassName
{
color: #2474EE;
}
</style>
background-color css
<style>
a { background-color: #2474EE; }
a { background-color: rgb(36,116,238); }
div.DivClassName
{
background-color: #2474EE;
}
.BgClassName
{
background-color: #2474EE;
}
</style>
border-color css
<style>
span { border-color: #2474EE; }
span { border-color: rgb(36,116,238); }
td.TdClassName
{
border-color: #2474EE;
}
.TagClassName
{
border-color: #2474EE;
}
</style>