Shades of Dodger Blue #2592ED
Tints of Dodger Blue #2592ED
RGB
CMYK
RGB Variations
Color information
#2592ED (or 0x2592ED) is known color: Dodger Blue. HEX triplet: 25, 92 and ED. RGB value is (37,146,237). Sum of RGB (Red+Green+Blue) = 37+146+237=420 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.81% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #2592ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2592ED is #DA6D12. Grayscale: #7B7B7B. Windows color (decimal): -14314771 or 15569445. OLE color: 15569445.
HSL color Cylindrical-coordinate representation of color #2592ED: hue angle of 207.3º degrees, saturation: 0.85, 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 #2592ED is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 146 | 237 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.07 |
| HSL | 207.3º | 0.85% | 0.54% | - |
| HSV(B) | 207.3º | 0.84% | 0.93% | - |
| XYZ | 26.33 | 27.07 | 83.96 | - |
| YUV | 123.78 | 191.89 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 237 | 0.84 | 0.38 | 0 | 0.07 | 207.3 | 0.85 | 0.54 |
| Hex | 25 | 92 | ED | 54 | 26 | 0 | 7 | CF | 55 | 36 |
| Octal | 45 | 222 | 355 | 124 | 46 | 0 | 7 | 317 | 125 | 66 |
| Binary | 100101 | 10010010 | 11101101 | 1010100 | 100110 | 0 | 111 | 11001111 | 1010101 | 110110 |
Color Harmonies of #2592ED
Complementary color
Monochromatic Colors of #2592ED
Black with #2592ED
Text Example
Text Example
White with #2592ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2592ED; }
p { color: rgb(37,146,237); }
H1.HeaderClassName
{
color: #2592ED;
}
.AnyTagClassName
{
color: #2592ED;
}
</style>
background-color css
<style>
a { background-color: #2592ED; }
a { background-color: rgb(37,146,237); }
div.DivClassName
{
background-color: #2592ED;
}
.BgClassName
{
background-color: #2592ED;
}
</style>
border-color css
<style>
span { border-color: #2592ED; }
span { border-color: rgb(37,146,237); }
td.TdClassName
{
border-color: #2592ED;
}
.TagClassName
{
border-color: #2592ED;
}
</style>