Shades of Dodger Blue #2599EC
Tints of Dodger Blue #2599EC
RGB
CMYK
RGB Variations
Color information
#2599EC (or 0x2599EC) is known color: Dodger Blue. HEX triplet: 25, 99 and EC. RGB value is (37,153,236). Sum of RGB (Red+Green+Blue) = 37+153+236=426 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.69% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #2599EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2599EC is #DA6613. Grayscale: #7F7F7F. Windows color (decimal): -14312980 or 15505701. OLE color: 15505701.
HSL color Cylindrical-coordinate representation of color #2599EC: hue angle of 205.03º degrees, saturation: 0.84, 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 #2599EC is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 153 | 236 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.07 |
| HSL | 205.03º | 0.84% | 0.54% | - |
| HSV(B) | 205.03º | 0.84% | 0.93% | - |
| XYZ | 27.29 | 29.23 | 83.56 | - |
| YUV | 127.78 | 189.07 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 153 | 236 | 0.84 | 0.35 | 0 | 0.07 | 205.03 | 0.84 | 0.54 |
| Hex | 25 | 99 | EC | 54 | 23 | 0 | 7 | CD | 54 | 36 |
| Octal | 45 | 231 | 354 | 124 | 43 | 0 | 7 | 315 | 124 | 66 |
| Binary | 100101 | 10011001 | 11101100 | 1010100 | 100011 | 0 | 111 | 11001101 | 1010100 | 110110 |
Color Harmonies of #2599EC
Complementary color
Monochromatic Colors of #2599EC
Black with #2599EC
Text Example
Text Example
White with #2599EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2599EC; }
p { color: rgb(37,153,236); }
H1.HeaderClassName
{
color: #2599EC;
}
.AnyTagClassName
{
color: #2599EC;
}
</style>
background-color css
<style>
a { background-color: #2599EC; }
a { background-color: rgb(37,153,236); }
div.DivClassName
{
background-color: #2599EC;
}
.BgClassName
{
background-color: #2599EC;
}
</style>
border-color css
<style>
span { border-color: #2599EC; }
span { border-color: rgb(37,153,236); }
td.TdClassName
{
border-color: #2599EC;
}
.TagClassName
{
border-color: #2599EC;
}
</style>