Shades of Dodger Blue #2588FD
Tints of Dodger Blue #2588FD
RGB
CMYK
RGB Variations
Color information
#2588FD (or 0x2588FD) is known color: Dodger Blue. HEX triplet: 25, 88 and FD. RGB value is (37,136,253). Sum of RGB (Red+Green+Blue) = 37+136+253=426 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.69% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #2588FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2588FD is #DA7702. Grayscale: #777777. Windows color (decimal): -14317315 or 16615461. OLE color: 16615461.
HSL color Cylindrical-coordinate representation of color #2588FD: hue angle of 212.5º 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 #2588FD is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 136 | 253 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.01 |
| HSL | 212.5º | 0.98% | 0.57% | - |
| HSV(B) | 212.5º | 0.85% | 0.99% | - |
| XYZ | 27.3 | 25.09 | 96.33 | - |
| YUV | 119.74 | 203.2 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 136 | 253 | 0.85 | 0.46 | 0 | 0.01 | 212.5 | 0.98 | 0.57 |
| Hex | 25 | 88 | FD | 55 | 2E | 0 | 1 | D4 | 62 | 39 |
| Octal | 45 | 210 | 375 | 125 | 56 | 0 | 1 | 324 | 142 | 71 |
| Binary | 100101 | 10001000 | 11111101 | 1010101 | 101110 | 0 | 1 | 11010100 | 1100010 | 111001 |
Color Harmonies of #2588FD
Complementary color
Monochromatic Colors of #2588FD
Black with #2588FD
Text Example
Text Example
White with #2588FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2588FD; }
p { color: rgb(37,136,253); }
H1.HeaderClassName
{
color: #2588FD;
}
.AnyTagClassName
{
color: #2588FD;
}
</style>
background-color css
<style>
a { background-color: #2588FD; }
a { background-color: rgb(37,136,253); }
div.DivClassName
{
background-color: #2588FD;
}
.BgClassName
{
background-color: #2588FD;
}
</style>
border-color css
<style>
span { border-color: #2588FD; }
span { border-color: rgb(37,136,253); }
td.TdClassName
{
border-color: #2588FD;
}
.TagClassName
{
border-color: #2588FD;
}
</style>