Shades of Dodger Blue #2570FF
Tints of Dodger Blue #2570FF
RGB
CMYK
RGB Variations
Color information
#2570FF (or 0x2570FF) is known color: Dodger Blue. HEX triplet: 25, 70 and FF. RGB value is (37,112,255). Sum of RGB (Red+Green+Blue) = 37+112+255=404 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.16% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #2570FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2570FF is #DA8F00. Grayscale: #696969. Windows color (decimal): -14323457 or 16740389. OLE color: 16740389.
HSL color Cylindrical-coordinate representation of color #2570FF: hue angle of 219.36º 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 #2570FF is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 112 | 255 | - |
| CMYK | 0.85 | 0.56 | 0 | 0 |
| HSL | 219.36º | 1% | 0.57% | - |
| HSV(B) | 219.36º | 0.85% | 1% | - |
| XYZ | 24.61 | 19.2 | 97.02 | - |
| YUV | 105.88 | 212.15 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 112 | 255 | 0.85 | 0.56 | 0 | 0 | 219.36 | 1 | 0.57 |
| Hex | 25 | 70 | FF | 55 | 38 | 0 | 0 | DB | 64 | 39 |
| Octal | 45 | 160 | 377 | 125 | 70 | 0 | 0 | 333 | 144 | 71 |
| Binary | 100101 | 1110000 | 11111111 | 1010101 | 111000 | 0 | 0 | 11011011 | 1100100 | 111001 |
Color Harmonies of #2570FF
Complementary color
Monochromatic Colors of #2570FF
Black with #2570FF
Text Example
Text Example
White with #2570FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2570FF; }
p { color: rgb(37,112,255); }
H1.HeaderClassName
{
color: #2570FF;
}
.AnyTagClassName
{
color: #2570FF;
}
</style>
background-color css
<style>
a { background-color: #2570FF; }
a { background-color: rgb(37,112,255); }
div.DivClassName
{
background-color: #2570FF;
}
.BgClassName
{
background-color: #2570FF;
}
</style>
border-color css
<style>
span { border-color: #2570FF; }
span { border-color: rgb(37,112,255); }
td.TdClassName
{
border-color: #2570FF;
}
.TagClassName
{
border-color: #2570FF;
}
</style>