Shades of Dodger Blue #2585F7
Tints of Dodger Blue #2585F7
RGB
CMYK
RGB Variations
Color information
#2585F7 (or 0x2585F7) is known color: Dodger Blue. HEX triplet: 25, 85 and F7. RGB value is (37,133,247). Sum of RGB (Red+Green+Blue) = 37+133+247=417 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.87% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 247 (96.88% from 255 or 59.23% from 417); Max value from RGB is 247 - color contains mainly: blue. Hex color #2585F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2585F7 is #DA7A08. Grayscale: #747474. Windows color (decimal): -14318089 or 16221477. OLE color: 16221477.
HSL color Cylindrical-coordinate representation of color #2585F7: hue angle of 212.57º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2585F7 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 133 | 247 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.03 |
| HSL | 212.57º | 0.93% | 0.56% | - |
| HSV(B) | 212.57º | 0.85% | 0.97% | - |
| XYZ | 25.94 | 23.88 | 91.24 | - |
| YUV | 117.29 | 201.2 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 133 | 247 | 0.85 | 0.46 | 0 | 0.03 | 212.57 | 0.93 | 0.56 |
| Hex | 25 | 85 | F7 | 55 | 2E | 0 | 3 | D5 | 5D | 38 |
| Octal | 45 | 205 | 367 | 125 | 56 | 0 | 3 | 325 | 135 | 70 |
| Binary | 100101 | 10000101 | 11110111 | 1010101 | 101110 | 0 | 11 | 11010101 | 1011101 | 111000 |
Color Harmonies of #2585F7
Complementary color
Monochromatic Colors of #2585F7
Black with #2585F7
Text Example
Text Example
White with #2585F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2585F7; }
p { color: rgb(37,133,247); }
H1.HeaderClassName
{
color: #2585F7;
}
.AnyTagClassName
{
color: #2585F7;
}
</style>
background-color css
<style>
a { background-color: #2585F7; }
a { background-color: rgb(37,133,247); }
div.DivClassName
{
background-color: #2585F7;
}
.BgClassName
{
background-color: #2585F7;
}
</style>
border-color css
<style>
span { border-color: #2585F7; }
span { border-color: rgb(37,133,247); }
td.TdClassName
{
border-color: #2585F7;
}
.TagClassName
{
border-color: #2585F7;
}
</style>