Shades of Blue #2522FE
Tints of Blue #2522FE
RGB
CMYK
RGB Variations
Color information
#2522FE (or 0x2522FE) is known color: Blue. HEX triplet: 25, 22 and FE. RGB value is (37,34,254). Sum of RGB (Red+Green+Blue) = 37+34+254=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 254 (99.61% from 255 or 78.15% from 325); Max value from RGB is 254 - color contains mainly: blue. Hex color #2522FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2522FE is #DADD01. Grayscale: #3B3B3B. Windows color (decimal): -14343426 or 16654885. OLE color: 16654885.
HSL color Cylindrical-coordinate representation of color #2522FE: hue angle of 240.82º 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 #2522FE is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 34 | 254 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.00 |
| HSL | 240.82º | 0.99% | 0.56% | - |
| HSV(B) | 240.82º | 0.87% | 1% | - |
| XYZ | 19.22 | 8.69 | 94.43 | - |
| YUV | 59.98 | 237.49 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 34 | 254 | 0.85 | 0.87 | 0 | 0.00 | 240.82 | 0.99 | 0.56 |
| Hex | 25 | 22 | FE | 55 | 57 | 0 | 0 | F1 | 63 | 38 |
| Octal | 45 | 42 | 376 | 125 | 127 | 0 | 0 | 361 | 143 | 70 |
| Binary | 100101 | 100010 | 11111110 | 1010101 | 1010111 | 0 | 0 | 11110001 | 1100011 | 111000 |
Color Harmonies of #2522FE
Complementary color
Monochromatic Colors of #2522FE
Black with #2522FE
Text Example
Text Example
White with #2522FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2522FE; }
p { color: rgb(37,34,254); }
H1.HeaderClassName
{
color: #2522FE;
}
.AnyTagClassName
{
color: #2522FE;
}
</style>
background-color css
<style>
a { background-color: #2522FE; }
a { background-color: rgb(37,34,254); }
div.DivClassName
{
background-color: #2522FE;
}
.BgClassName
{
background-color: #2522FE;
}
</style>
border-color css
<style>
span { border-color: #2522FE; }
span { border-color: rgb(37,34,254); }
td.TdClassName
{
border-color: #2522FE;
}
.TagClassName
{
border-color: #2522FE;
}
</style>