Shades of Dodger Blue #2599EA
Tints of Dodger Blue #2599EA
RGB
CMYK
RGB Variations
Color information
#2599EA (or 0x2599EA) is known color: Dodger Blue. HEX triplet: 25, 99 and EA. RGB value is (37,153,234). Sum of RGB (Red+Green+Blue) = 37+153+234=424 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.73% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #2599EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2599EA is #DA6615. Grayscale: #7F7F7F. Windows color (decimal): -14312982 or 15374629. OLE color: 15374629.
HSL color Cylindrical-coordinate representation of color #2599EA: hue angle of 204.67º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2599EA is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 153 | 234 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.08 |
| HSL | 204.67º | 0.82% | 0.53% | - |
| HSV(B) | 204.67º | 0.84% | 0.92% | - |
| XYZ | 27.01 | 29.12 | 82.04 | - |
| YUV | 127.55 | 188.07 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 153 | 234 | 0.84 | 0.35 | 0 | 0.08 | 204.67 | 0.82 | 0.53 |
| Hex | 25 | 99 | EA | 54 | 23 | 0 | 8 | CD | 52 | 35 |
| Octal | 45 | 231 | 352 | 124 | 43 | 0 | 10 | 315 | 122 | 65 |
| Binary | 100101 | 10011001 | 11101010 | 1010100 | 100011 | 0 | 1000 | 11001101 | 1010010 | 110101 |
Color Harmonies of #2599EA
Complementary color
Monochromatic Colors of #2599EA
Black with #2599EA
Text Example
Text Example
White with #2599EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2599EA; }
p { color: rgb(37,153,234); }
H1.HeaderClassName
{
color: #2599EA;
}
.AnyTagClassName
{
color: #2599EA;
}
</style>
background-color css
<style>
a { background-color: #2599EA; }
a { background-color: rgb(37,153,234); }
div.DivClassName
{
background-color: #2599EA;
}
.BgClassName
{
background-color: #2599EA;
}
</style>
border-color css
<style>
span { border-color: #2599EA; }
span { border-color: rgb(37,153,234); }
td.TdClassName
{
border-color: #2599EA;
}
.TagClassName
{
border-color: #2599EA;
}
</style>