Shades of Dodger Blue #2595EF
Tints of Dodger Blue #2595EF
RGB
CMYK
RGB Variations
Color information
#2595EF (or 0x2595EF) is known color: Dodger Blue. HEX triplet: 25, 95 and EF. RGB value is (37,149,239). Sum of RGB (Red+Green+Blue) = 37+149+239=425 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.71% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #2595EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2595EF is #DA6A10. Grayscale: #7D7D7D. Windows color (decimal): -14314001 or 15701285. OLE color: 15701285.
HSL color Cylindrical-coordinate representation of color #2595EF: hue angle of 206.73º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2595EF is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 149 | 239 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.06 |
| HSL | 206.73º | 0.86% | 0.54% | - |
| HSV(B) | 206.73º | 0.85% | 0.94% | - |
| XYZ | 27.09 | 28.12 | 85.66 | - |
| YUV | 125.77 | 191.89 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 149 | 239 | 0.85 | 0.38 | 0 | 0.06 | 206.73 | 0.86 | 0.54 |
| Hex | 25 | 95 | EF | 55 | 26 | 0 | 6 | CF | 56 | 36 |
| Octal | 45 | 225 | 357 | 125 | 46 | 0 | 6 | 317 | 126 | 66 |
| Binary | 100101 | 10010101 | 11101111 | 1010101 | 100110 | 0 | 110 | 11001111 | 1010110 | 110110 |
Color Harmonies of #2595EF
Complementary color
Monochromatic Colors of #2595EF
Black with #2595EF
Text Example
Text Example
White with #2595EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2595EF; }
p { color: rgb(37,149,239); }
H1.HeaderClassName
{
color: #2595EF;
}
.AnyTagClassName
{
color: #2595EF;
}
</style>
background-color css
<style>
a { background-color: #2595EF; }
a { background-color: rgb(37,149,239); }
div.DivClassName
{
background-color: #2595EF;
}
.BgClassName
{
background-color: #2595EF;
}
</style>
border-color css
<style>
span { border-color: #2595EF; }
span { border-color: rgb(37,149,239); }
td.TdClassName
{
border-color: #2595EF;
}
.TagClassName
{
border-color: #2595EF;
}
</style>