Shades of Blue #2520FC
Tints of Blue #2520FC
RGB
CMYK
RGB Variations
Color information
#2520FC (or 0x2520FC) is known color: Blue. HEX triplet: 25, 20 and FC. RGB value is (37,32,252). Sum of RGB (Red+Green+Blue) = 37+32+252=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 252 (98.83% from 255 or 78.50% from 321); Max value from RGB is 252 - color contains mainly: blue. Hex color #2520FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2520FC is #DADF03. Grayscale: #393939. Windows color (decimal): -14343940 or 16523301. OLE color: 16523301.
HSL color Cylindrical-coordinate representation of color #2520FC: hue angle of 241.36º degrees, saturation: 0.97, 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 #2520FC is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 32 | 252 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.01 |
| HSL | 241.36º | 0.97% | 0.56% | - |
| HSV(B) | 241.36º | 0.87% | 0.99% | - |
| XYZ | 18.85 | 8.45 | 92.73 | - |
| YUV | 58.58 | 237.16 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 252 | 0.85 | 0.87 | 0 | 0.01 | 241.36 | 0.97 | 0.56 |
| Hex | 25 | 20 | FC | 55 | 57 | 0 | 1 | F1 | 61 | 38 |
| Octal | 45 | 40 | 374 | 125 | 127 | 0 | 1 | 361 | 141 | 70 |
| Binary | 100101 | 100000 | 11111100 | 1010101 | 1010111 | 0 | 1 | 11110001 | 1100001 | 111000 |
Color Harmonies of #2520FC
Complementary color
Monochromatic Colors of #2520FC
Black with #2520FC
Text Example
Text Example
White with #2520FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2520FC; }
p { color: rgb(37,32,252); }
H1.HeaderClassName
{
color: #2520FC;
}
.AnyTagClassName
{
color: #2520FC;
}
</style>
background-color css
<style>
a { background-color: #2520FC; }
a { background-color: rgb(37,32,252); }
div.DivClassName
{
background-color: #2520FC;
}
.BgClassName
{
background-color: #2520FC;
}
</style>
border-color css
<style>
span { border-color: #2520FC; }
span { border-color: rgb(37,32,252); }
td.TdClassName
{
border-color: #2520FC;
}
.TagClassName
{
border-color: #2520FC;
}
</style>