Shades of Dodger Blue #2579EE
Tints of Dodger Blue #2579EE
RGB
CMYK
RGB Variations
Color information
#2579EE (or 0x2579EE) is known color: Dodger Blue. HEX triplet: 25, 79 and EE. RGB value is (37,121,238). Sum of RGB (Red+Green+Blue) = 37+121+238=396 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.34% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #2579EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2579EE is #DA8611. Grayscale: #6C6C6C. Windows color (decimal): -14321170 or 15628581. OLE color: 15628581.
HSL color Cylindrical-coordinate representation of color #2579EE: hue angle of 214.93º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2579EE is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 121 | 238 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.07 |
| HSL | 214.93º | 0.86% | 0.54% | - |
| HSV(B) | 214.93º | 0.84% | 0.93% | - |
| XYZ | 23.03 | 20.24 | 83.58 | - |
| YUV | 109.22 | 200.67 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 121 | 238 | 0.84 | 0.49 | 0 | 0.07 | 214.93 | 0.86 | 0.54 |
| Hex | 25 | 79 | EE | 54 | 31 | 0 | 7 | D7 | 56 | 36 |
| Octal | 45 | 171 | 356 | 124 | 61 | 0 | 7 | 327 | 126 | 66 |
| Binary | 100101 | 1111001 | 11101110 | 1010100 | 110001 | 0 | 111 | 11010111 | 1010110 | 110110 |
Color Harmonies of #2579EE
Complementary color
Monochromatic Colors of #2579EE
Black with #2579EE
Text Example
Text Example
White with #2579EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2579EE; }
p { color: rgb(37,121,238); }
H1.HeaderClassName
{
color: #2579EE;
}
.AnyTagClassName
{
color: #2579EE;
}
</style>
background-color css
<style>
a { background-color: #2579EE; }
a { background-color: rgb(37,121,238); }
div.DivClassName
{
background-color: #2579EE;
}
.BgClassName
{
background-color: #2579EE;
}
</style>
border-color css
<style>
span { border-color: #2579EE; }
span { border-color: rgb(37,121,238); }
td.TdClassName
{
border-color: #2579EE;
}
.TagClassName
{
border-color: #2579EE;
}
</style>