Shades of Dodger Blue #2575EF
Tints of Dodger Blue #2575EF
RGB
CMYK
RGB Variations
Color information
#2575EF (or 0x2575EF) is known color: Dodger Blue. HEX triplet: 25, 75 and EF. RGB value is (37,117,239). Sum of RGB (Red+Green+Blue) = 37+117+239=393 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.41% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #2575EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2575EF is #DA8A10. Grayscale: #6A6A6A. Windows color (decimal): -14322193 or 15693093. OLE color: 15693093.
HSL color Cylindrical-coordinate representation of color #2575EF: hue angle of 216.24º 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 #2575EF is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 117 | 239 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.06 |
| HSL | 216.24º | 0.86% | 0.54% | - |
| HSV(B) | 216.24º | 0.85% | 0.94% | - |
| XYZ | 22.7 | 19.35 | 84.2 | - |
| YUV | 106.99 | 202.5 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 239 | 0.85 | 0.51 | 0 | 0.06 | 216.24 | 0.86 | 0.54 |
| Hex | 25 | 75 | EF | 55 | 33 | 0 | 6 | D8 | 56 | 36 |
| Octal | 45 | 165 | 357 | 125 | 63 | 0 | 6 | 330 | 126 | 66 |
| Binary | 100101 | 1110101 | 11101111 | 1010101 | 110011 | 0 | 110 | 11011000 | 1010110 | 110110 |
Color Harmonies of #2575EF
Complementary color
Monochromatic Colors of #2575EF
Black with #2575EF
Text Example
Text Example
White with #2575EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2575EF; }
p { color: rgb(37,117,239); }
H1.HeaderClassName
{
color: #2575EF;
}
.AnyTagClassName
{
color: #2575EF;
}
</style>
background-color css
<style>
a { background-color: #2575EF; }
a { background-color: rgb(37,117,239); }
div.DivClassName
{
background-color: #2575EF;
}
.BgClassName
{
background-color: #2575EF;
}
</style>
border-color css
<style>
span { border-color: #2575EF; }
span { border-color: rgb(37,117,239); }
td.TdClassName
{
border-color: #2575EF;
}
.TagClassName
{
border-color: #2575EF;
}
</style>