Shades of Dodger Blue #2587FA
Tints of Dodger Blue #2587FA
RGB
CMYK
RGB Variations
Color information
#2587FA (or 0x2587FA) is known color: Dodger Blue. HEX triplet: 25, 87 and FA. RGB value is (37,135,250). Sum of RGB (Red+Green+Blue) = 37+135+250=422 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.77% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #2587FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2587FA is #DA7805. Grayscale: #767676. Windows color (decimal): -14317574 or 16418597. OLE color: 16418597.
HSL color Cylindrical-coordinate representation of color #2587FA: hue angle of 212.39º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2587FA is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 135 | 250 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.02 |
| HSL | 212.39º | 0.96% | 0.56% | - |
| HSV(B) | 212.39º | 0.85% | 0.98% | - |
| XYZ | 26.68 | 24.62 | 93.79 | - |
| YUV | 118.81 | 202.03 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 135 | 250 | 0.85 | 0.46 | 0 | 0.02 | 212.39 | 0.96 | 0.56 |
| Hex | 25 | 87 | FA | 55 | 2E | 0 | 2 | D4 | 60 | 38 |
| Octal | 45 | 207 | 372 | 125 | 56 | 0 | 2 | 324 | 140 | 70 |
| Binary | 100101 | 10000111 | 11111010 | 1010101 | 101110 | 0 | 10 | 11010100 | 1100000 | 111000 |
Color Harmonies of #2587FA
Complementary color
Monochromatic Colors of #2587FA
Black with #2587FA
Text Example
Text Example
White with #2587FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2587FA; }
p { color: rgb(37,135,250); }
H1.HeaderClassName
{
color: #2587FA;
}
.AnyTagClassName
{
color: #2587FA;
}
</style>
background-color css
<style>
a { background-color: #2587FA; }
a { background-color: rgb(37,135,250); }
div.DivClassName
{
background-color: #2587FA;
}
.BgClassName
{
background-color: #2587FA;
}
</style>
border-color css
<style>
span { border-color: #2587FA; }
span { border-color: rgb(37,135,250); }
td.TdClassName
{
border-color: #2587FA;
}
.TagClassName
{
border-color: #2587FA;
}
</style>