Shades of Blue #2425F9
Tints of Blue #2425F9
RGB
CMYK
RGB Variations
Color information
#2425F9 (or 0x2425F9) is known color: Blue. HEX triplet: 24, 25 and F9. RGB value is (36,37,249). Sum of RGB (Red+Green+Blue) = 36+37+249=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 249 (97.66% from 255 or 77.33% from 322); Max value from RGB is 249 - color contains mainly: blue. Hex color #2425F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2425F9 is #DBDA06. Grayscale: #3C3C3C. Windows color (decimal): -14408199 or 16327972. OLE color: 16327972.
HSL color Cylindrical-coordinate representation of color #2425F9: hue angle of 239.72º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2425F9 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 37 | 249 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.02 |
| HSL | 239.72º | 0.95% | 0.56% | - |
| HSV(B) | 239.72º | 0.86% | 0.98% | - |
| XYZ | 18.49 | 8.54 | 90.3 | - |
| YUV | 60.87 | 234.17 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 249 | 0.86 | 0.85 | 0 | 0.02 | 239.72 | 0.95 | 0.56 |
| Hex | 24 | 25 | F9 | 56 | 55 | 0 | 2 | F0 | 5F | 38 |
| Octal | 44 | 45 | 371 | 126 | 125 | 0 | 2 | 360 | 137 | 70 |
| Binary | 100100 | 100101 | 11111001 | 1010110 | 1010101 | 0 | 10 | 11110000 | 1011111 | 111000 |
Color Harmonies of #2425F9
Complementary color
Monochromatic Colors of #2425F9
Black with #2425F9
Text Example
Text Example
White with #2425F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2425F9; }
p { color: rgb(36,37,249); }
H1.HeaderClassName
{
color: #2425F9;
}
.AnyTagClassName
{
color: #2425F9;
}
</style>
background-color css
<style>
a { background-color: #2425F9; }
a { background-color: rgb(36,37,249); }
div.DivClassName
{
background-color: #2425F9;
}
.BgClassName
{
background-color: #2425F9;
}
</style>
border-color css
<style>
span { border-color: #2425F9; }
span { border-color: rgb(36,37,249); }
td.TdClassName
{
border-color: #2425F9;
}
.TagClassName
{
border-color: #2425F9;
}
</style>