Shades of Blue #2425FF
Tints of Blue #2425FF
RGB
CMYK
RGB Variations
Color information
#2425FF (or 0x2425FF) is known color: Blue. HEX triplet: 24, 25 and FF. RGB value is (36,37,255). Sum of RGB (Red+Green+Blue) = 36+37+255=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 255 (100% from 255 or 77.74% from 328); Max value from RGB is 255 - color contains mainly: blue. Hex color #2425FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2425FF is #DBDA00. Grayscale: #3C3C3C. Windows color (decimal): -14408193 or 16721188. OLE color: 16721188.
HSL color Cylindrical-coordinate representation of color #2425FF: hue angle of 239.73º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2425FF is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 37 | 255 | - |
| CMYK | 0.86 | 0.85 | 0 | 0 |
| HSL | 239.73º | 1% | 0.57% | - |
| HSV(B) | 239.73º | 0.86% | 1% | - |
| XYZ | 19.44 | 8.92 | 95.3 | - |
| YUV | 61.55 | 237.17 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 255 | 0.86 | 0.85 | 0 | 0 | 239.73 | 1 | 0.57 |
| Hex | 24 | 25 | FF | 56 | 55 | 0 | 0 | F0 | 64 | 39 |
| Octal | 44 | 45 | 377 | 126 | 125 | 0 | 0 | 360 | 144 | 71 |
| Binary | 100100 | 100101 | 11111111 | 1010110 | 1010101 | 0 | 0 | 11110000 | 1100100 | 111001 |
Color Harmonies of #2425FF
Complementary color
Monochromatic Colors of #2425FF
Black with #2425FF
Text Example
Text Example
White with #2425FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2425FF; }
p { color: rgb(36,37,255); }
H1.HeaderClassName
{
color: #2425FF;
}
.AnyTagClassName
{
color: #2425FF;
}
</style>
background-color css
<style>
a { background-color: #2425FF; }
a { background-color: rgb(36,37,255); }
div.DivClassName
{
background-color: #2425FF;
}
.BgClassName
{
background-color: #2425FF;
}
</style>
border-color css
<style>
span { border-color: #2425FF; }
span { border-color: rgb(36,37,255); }
td.TdClassName
{
border-color: #2425FF;
}
.TagClassName
{
border-color: #2425FF;
}
</style>