Shades of Dodger Blue #2575FF
Tints of Dodger Blue #2575FF
RGB
CMYK
RGB Variations
Color information
#2575FF (or 0x2575FF) is known color: Dodger Blue. HEX triplet: 25, 75 and FF. RGB value is (37,117,255). Sum of RGB (Red+Green+Blue) = 37+117+255=409 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.05% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #2575FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2575FF is #DA8A00. Grayscale: #6C6C6C. Windows color (decimal): -14322177 or 16741669. OLE color: 16741669.
HSL color Cylindrical-coordinate representation of color #2575FF: hue angle of 217.98º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2575FF is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 117 | 255 | - |
| CMYK | 0.85 | 0.54 | 0 | 0 |
| HSL | 217.98º | 1% | 0.57% | - |
| HSV(B) | 217.98º | 0.85% | 1% | - |
| XYZ | 25.17 | 20.34 | 97.21 | - |
| YUV | 108.81 | 210.5 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 255 | 0.85 | 0.54 | 0 | 0 | 217.98 | 1 | 0.57 |
| Hex | 25 | 75 | FF | 55 | 36 | 0 | 0 | DA | 64 | 39 |
| Octal | 45 | 165 | 377 | 125 | 66 | 0 | 0 | 332 | 144 | 71 |
| Binary | 100101 | 1110101 | 11111111 | 1010101 | 110110 | 0 | 0 | 11011010 | 1100100 | 111001 |
Color Harmonies of #2575FF
Complementary color
Monochromatic Colors of #2575FF
Black with #2575FF
Text Example
Text Example
White with #2575FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2575FF; }
p { color: rgb(37,117,255); }
H1.HeaderClassName
{
color: #2575FF;
}
.AnyTagClassName
{
color: #2575FF;
}
</style>
background-color css
<style>
a { background-color: #2575FF; }
a { background-color: rgb(37,117,255); }
div.DivClassName
{
background-color: #2575FF;
}
.BgClassName
{
background-color: #2575FF;
}
</style>
border-color css
<style>
span { border-color: #2575FF; }
span { border-color: rgb(37,117,255); }
td.TdClassName
{
border-color: #2575FF;
}
.TagClassName
{
border-color: #2575FF;
}
</style>