Shades of Blue #2521F9
Tints of Blue #2521F9
RGB
CMYK
RGB Variations
Color information
#2521F9 (or 0x2521F9) is known color: Blue. HEX triplet: 25, 21 and F9. RGB value is (37,33,249). Sum of RGB (Red+Green+Blue) = 37+33+249=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 249 (97.66% from 255 or 78.06% from 319); Max value from RGB is 249 - color contains mainly: blue. Hex color #2521F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2521F9 is #DADE06. Grayscale: #393939. Windows color (decimal): -14343687 or 16326949. OLE color: 16326949.
HSL color Cylindrical-coordinate representation of color #2521F9: hue angle of 241.11º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2521F9 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 33 | 249 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.02 |
| HSL | 241.11º | 0.95% | 0.55% | - |
| HSV(B) | 241.11º | 0.87% | 0.98% | - |
| XYZ | 18.41 | 8.32 | 90.26 | - |
| YUV | 58.82 | 235.33 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 249 | 0.85 | 0.87 | 0 | 0.02 | 241.11 | 0.95 | 0.55 |
| Hex | 25 | 21 | F9 | 55 | 57 | 0 | 2 | F1 | 5F | 37 |
| Octal | 45 | 41 | 371 | 125 | 127 | 0 | 2 | 361 | 137 | 67 |
| Binary | 100101 | 100001 | 11111001 | 1010101 | 1010111 | 0 | 10 | 11110001 | 1011111 | 110111 |
Color Harmonies of #2521F9
Complementary color
Monochromatic Colors of #2521F9
Black with #2521F9
Text Example
Text Example
White with #2521F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2521F9; }
p { color: rgb(37,33,249); }
H1.HeaderClassName
{
color: #2521F9;
}
.AnyTagClassName
{
color: #2521F9;
}
</style>
background-color css
<style>
a { background-color: #2521F9; }
a { background-color: rgb(37,33,249); }
div.DivClassName
{
background-color: #2521F9;
}
.BgClassName
{
background-color: #2521F9;
}
</style>
border-color css
<style>
span { border-color: #2521F9; }
span { border-color: rgb(37,33,249); }
td.TdClassName
{
border-color: #2521F9;
}
.TagClassName
{
border-color: #2521F9;
}
</style>