Shades of Dodger Blue #2584FD
Tints of Dodger Blue #2584FD
RGB
CMYK
RGB Variations
Color information
#2584FD (or 0x2584FD) is known color: Dodger Blue. HEX triplet: 25, 84 and FD. RGB value is (37,132,253). Sum of RGB (Red+Green+Blue) = 37+132+253=422 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.77% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #2584FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2584FD is #DA7B02. Grayscale: #747474. Windows color (decimal): -14318339 or 16614437. OLE color: 16614437.
HSL color Cylindrical-coordinate representation of color #2584FD: hue angle of 213.61º 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 #2584FD is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 132 | 253 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.01 |
| HSL | 213.61º | 0.98% | 0.57% | - |
| HSV(B) | 213.61º | 0.85% | 0.99% | - |
| XYZ | 26.74 | 23.99 | 96.15 | - |
| YUV | 117.39 | 204.53 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 132 | 253 | 0.85 | 0.48 | 0 | 0.01 | 213.61 | 0.98 | 0.57 |
| Hex | 25 | 84 | FD | 55 | 30 | 0 | 1 | D6 | 62 | 39 |
| Octal | 45 | 204 | 375 | 125 | 60 | 0 | 1 | 326 | 142 | 71 |
| Binary | 100101 | 10000100 | 11111101 | 1010101 | 110000 | 0 | 1 | 11010110 | 1100010 | 111001 |
Color Harmonies of #2584FD
Complementary color
Monochromatic Colors of #2584FD
Black with #2584FD
Text Example
Text Example
White with #2584FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2584FD; }
p { color: rgb(37,132,253); }
H1.HeaderClassName
{
color: #2584FD;
}
.AnyTagClassName
{
color: #2584FD;
}
</style>
background-color css
<style>
a { background-color: #2584FD; }
a { background-color: rgb(37,132,253); }
div.DivClassName
{
background-color: #2584FD;
}
.BgClassName
{
background-color: #2584FD;
}
</style>
border-color css
<style>
span { border-color: #2584FD; }
span { border-color: rgb(37,132,253); }
td.TdClassName
{
border-color: #2584FD;
}
.TagClassName
{
border-color: #2584FD;
}
</style>