Shades of Blue #2520F7
Tints of Blue #2520F7
RGB
CMYK
RGB Variations
Color information
#2520F7 (or 0x2520F7) is known color: Blue. HEX triplet: 25, 20 and F7. RGB value is (37,32,247). Sum of RGB (Red+Green+Blue) = 37+32+247=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 247 (96.88% from 255 or 78.16% from 316); Max value from RGB is 247 - color contains mainly: blue. Hex color #2520F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2520F7 is #DADF08. Grayscale: #393939. Windows color (decimal): -14343945 or 16195621. OLE color: 16195621.
HSL color Cylindrical-coordinate representation of color #2520F7: hue angle of 241.4º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2520F7 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 32 | 247 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.03 |
| HSL | 241.4º | 0.93% | 0.55% | - |
| HSV(B) | 241.4º | 0.87% | 0.97% | - |
| XYZ | 18.07 | 8.14 | 88.61 | - |
| YUV | 58.01 | 234.66 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 247 | 0.85 | 0.87 | 0 | 0.03 | 241.4 | 0.93 | 0.55 |
| Hex | 25 | 20 | F7 | 55 | 57 | 0 | 3 | F1 | 5D | 37 |
| Octal | 45 | 40 | 367 | 125 | 127 | 0 | 3 | 361 | 135 | 67 |
| Binary | 100101 | 100000 | 11110111 | 1010101 | 1010111 | 0 | 11 | 11110001 | 1011101 | 110111 |
Color Harmonies of #2520F7
Complementary color
Monochromatic Colors of #2520F7
Black with #2520F7
Text Example
Text Example
White with #2520F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2520F7; }
p { color: rgb(37,32,247); }
H1.HeaderClassName
{
color: #2520F7;
}
.AnyTagClassName
{
color: #2520F7;
}
</style>
background-color css
<style>
a { background-color: #2520F7; }
a { background-color: rgb(37,32,247); }
div.DivClassName
{
background-color: #2520F7;
}
.BgClassName
{
background-color: #2520F7;
}
</style>
border-color css
<style>
span { border-color: #2520F7; }
span { border-color: rgb(37,32,247); }
td.TdClassName
{
border-color: #2520F7;
}
.TagClassName
{
border-color: #2520F7;
}
</style>