Shades of Blue #2521FC
Tints of Blue #2521FC
RGB
CMYK
RGB Variations
Color information
#2521FC (or 0x2521FC) is known color: Blue. HEX triplet: 25, 21 and FC. RGB value is (37,33,252). Sum of RGB (Red+Green+Blue) = 37+33+252=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 252 (98.83% from 255 or 78.26% from 322); Max value from RGB is 252 - color contains mainly: blue. Hex color #2521FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2521FC is #DADE03. Grayscale: #3A3A3A. Windows color (decimal): -14343684 or 16523557. OLE color: 16523557.
HSL color Cylindrical-coordinate representation of color #2521FC: hue angle of 241.1º 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 #2521FC is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 33 | 252 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.01 |
| HSL | 241.1º | 0.97% | 0.56% | - |
| HSV(B) | 241.1º | 0.87% | 0.99% | - |
| XYZ | 18.88 | 8.51 | 92.74 | - |
| YUV | 59.16 | 236.83 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 252 | 0.85 | 0.87 | 0 | 0.01 | 241.1 | 0.97 | 0.56 |
| Hex | 25 | 21 | FC | 55 | 57 | 0 | 1 | F1 | 61 | 38 |
| Octal | 45 | 41 | 374 | 125 | 127 | 0 | 1 | 361 | 141 | 70 |
| Binary | 100101 | 100001 | 11111100 | 1010101 | 1010111 | 0 | 1 | 11110001 | 1100001 | 111000 |
Color Harmonies of #2521FC
Complementary color
Monochromatic Colors of #2521FC
Black with #2521FC
Text Example
Text Example
White with #2521FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2521FC; }
p { color: rgb(37,33,252); }
H1.HeaderClassName
{
color: #2521FC;
}
.AnyTagClassName
{
color: #2521FC;
}
</style>
background-color css
<style>
a { background-color: #2521FC; }
a { background-color: rgb(37,33,252); }
div.DivClassName
{
background-color: #2521FC;
}
.BgClassName
{
background-color: #2521FC;
}
</style>
border-color css
<style>
span { border-color: #2521FC; }
span { border-color: rgb(37,33,252); }
td.TdClassName
{
border-color: #2521FC;
}
.TagClassName
{
border-color: #2521FC;
}
</style>