Shades of Blue #2520FE
Tints of Blue #2520FE
RGB
CMYK
RGB Variations
Color information
#2520FE (or 0x2520FE) is known color: Blue. HEX triplet: 25, 20 and FE. RGB value is (37,32,254). Sum of RGB (Red+Green+Blue) = 37+32+254=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 254 (99.61% from 255 or 78.64% from 323); Max value from RGB is 254 - color contains mainly: blue. Hex color #2520FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2520FE is #DADF01. Grayscale: #393939. Windows color (decimal): -14343938 or 16654373. OLE color: 16654373.
HSL color Cylindrical-coordinate representation of color #2520FE: hue angle of 241.35º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2520FE is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 32 | 254 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.00 |
| HSL | 241.35º | 0.99% | 0.56% | - |
| HSV(B) | 241.35º | 0.87% | 1% | - |
| XYZ | 19.17 | 8.58 | 94.41 | - |
| YUV | 58.8 | 238.16 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 254 | 0.85 | 0.87 | 0 | 0.00 | 241.35 | 0.99 | 0.56 |
| Hex | 25 | 20 | FE | 55 | 57 | 0 | 0 | F1 | 63 | 38 |
| Octal | 45 | 40 | 376 | 125 | 127 | 0 | 0 | 361 | 143 | 70 |
| Binary | 100101 | 100000 | 11111110 | 1010101 | 1010111 | 0 | 0 | 11110001 | 1100011 | 111000 |
Color Harmonies of #2520FE
Complementary color
Monochromatic Colors of #2520FE
Black with #2520FE
Text Example
Text Example
White with #2520FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2520FE; }
p { color: rgb(37,32,254); }
H1.HeaderClassName
{
color: #2520FE;
}
.AnyTagClassName
{
color: #2520FE;
}
</style>
background-color css
<style>
a { background-color: #2520FE; }
a { background-color: rgb(37,32,254); }
div.DivClassName
{
background-color: #2520FE;
}
.BgClassName
{
background-color: #2520FE;
}
</style>
border-color css
<style>
span { border-color: #2520FE; }
span { border-color: rgb(37,32,254); }
td.TdClassName
{
border-color: #2520FE;
}
.TagClassName
{
border-color: #2520FE;
}
</style>