Shades of Dodger Blue #2585FD
Tints of Dodger Blue #2585FD
RGB
CMYK
RGB Variations
Color information
#2585FD (or 0x2585FD) is known color: Dodger Blue. HEX triplet: 25, 85 and FD. RGB value is (37,133,253). Sum of RGB (Red+Green+Blue) = 37+133+253=423 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.75% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #2585FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2585FD is #DA7A02. Grayscale: #757575. Windows color (decimal): -14318083 or 16614693. OLE color: 16614693.
HSL color Cylindrical-coordinate representation of color #2585FD: hue angle of 213.33º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2585FD is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 133 | 253 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.01 |
| HSL | 213.33º | 0.98% | 0.57% | - |
| HSV(B) | 213.33º | 0.85% | 0.99% | - |
| XYZ | 26.88 | 24.26 | 96.19 | - |
| YUV | 117.98 | 204.2 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 133 | 253 | 0.85 | 0.47 | 0 | 0.01 | 213.33 | 0.98 | 0.57 |
| Hex | 25 | 85 | FD | 55 | 2F | 0 | 1 | D5 | 62 | 39 |
| Octal | 45 | 205 | 375 | 125 | 57 | 0 | 1 | 325 | 142 | 71 |
| Binary | 100101 | 10000101 | 11111101 | 1010101 | 101111 | 0 | 1 | 11010101 | 1100010 | 111001 |
Color Harmonies of #2585FD
Complementary color
Monochromatic Colors of #2585FD
Black with #2585FD
Text Example
Text Example
White with #2585FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2585FD; }
p { color: rgb(37,133,253); }
H1.HeaderClassName
{
color: #2585FD;
}
.AnyTagClassName
{
color: #2585FD;
}
</style>
background-color css
<style>
a { background-color: #2585FD; }
a { background-color: rgb(37,133,253); }
div.DivClassName
{
background-color: #2585FD;
}
.BgClassName
{
background-color: #2585FD;
}
</style>
border-color css
<style>
span { border-color: #2585FD; }
span { border-color: rgb(37,133,253); }
td.TdClassName
{
border-color: #2585FD;
}
.TagClassName
{
border-color: #2585FD;
}
</style>