Shades of Blue #2520FD
Tints of Blue #2520FD
RGB
CMYK
RGB Variations
Color information
#2520FD (or 0x2520FD) is known color: Blue. HEX triplet: 25, 20 and FD. RGB value is (37,32,253). Sum of RGB (Red+Green+Blue) = 37+32+253=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 253 (99.22% from 255 or 78.57% from 322); Max value from RGB is 253 - color contains mainly: blue. Hex color #2520FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2520FD is #DADF02. Grayscale: #393939. Windows color (decimal): -14343939 or 16588837. OLE color: 16588837.
HSL color Cylindrical-coordinate representation of color #2520FD: hue angle of 241.36º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2520FD is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 32 | 253 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.01 |
| HSL | 241.36º | 0.98% | 0.56% | - |
| HSV(B) | 241.36º | 0.87% | 0.99% | - |
| XYZ | 19.01 | 8.52 | 93.57 | - |
| YUV | 58.69 | 237.66 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 253 | 0.85 | 0.87 | 0 | 0.01 | 241.36 | 0.98 | 0.56 |
| Hex | 25 | 20 | FD | 55 | 57 | 0 | 1 | F1 | 62 | 38 |
| Octal | 45 | 40 | 375 | 125 | 127 | 0 | 1 | 361 | 142 | 70 |
| Binary | 100101 | 100000 | 11111101 | 1010101 | 1010111 | 0 | 1 | 11110001 | 1100010 | 111000 |
Color Harmonies of #2520FD
Complementary color
Monochromatic Colors of #2520FD
Black with #2520FD
Text Example
Text Example
White with #2520FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2520FD; }
p { color: rgb(37,32,253); }
H1.HeaderClassName
{
color: #2520FD;
}
.AnyTagClassName
{
color: #2520FD;
}
</style>
background-color css
<style>
a { background-color: #2520FD; }
a { background-color: rgb(37,32,253); }
div.DivClassName
{
background-color: #2520FD;
}
.BgClassName
{
background-color: #2520FD;
}
</style>
border-color css
<style>
span { border-color: #2520FD; }
span { border-color: rgb(37,32,253); }
td.TdClassName
{
border-color: #2520FD;
}
.TagClassName
{
border-color: #2520FD;
}
</style>