Shades of Blue #1F24EC
Tints of Blue #1F24EC
RGB
CMYK
RGB Variations
Color information
#1F24EC (or 0x1F24EC) is known color: Blue. HEX triplet: 1F, 24 and EC. RGB value is (31,36,236). Sum of RGB (Red+Green+Blue) = 31+36+236=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 236 (92.58% from 255 or 77.89% from 303); Max value from RGB is 236 - color contains mainly: blue. Hex color #1F24EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F24EC is #E0DB13. Grayscale: #383838. Windows color (decimal): -14736148 or 15475743. OLE color: 15475743.
HSL color Cylindrical-coordinate representation of color #1F24EC: hue angle of 238.54º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F24EC is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 36 | 236 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.07 |
| HSL | 238.54º | 0.84% | 0.52% | - |
| HSV(B) | 238.54º | 0.87% | 0.93% | - |
| XYZ | 16.34 | 7.61 | 79.96 | - |
| YUV | 57.31 | 228.84 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 36 | 236 | 0.87 | 0.85 | 0 | 0.07 | 238.54 | 0.84 | 0.52 |
| Hex | 1F | 24 | EC | 57 | 55 | 0 | 7 | EF | 54 | 34 |
| Octal | 37 | 44 | 354 | 127 | 125 | 0 | 7 | 357 | 124 | 64 |
| Binary | 11111 | 100100 | 11101100 | 1010111 | 1010101 | 0 | 111 | 11101111 | 1010100 | 110100 |
Color Harmonies of #1F24EC
Complementary color
Monochromatic Colors of #1F24EC
Black with #1F24EC
Text Example
Text Example
White with #1F24EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F24EC; }
p { color: rgb(31,36,236); }
H1.HeaderClassName
{
color: #1F24EC;
}
.AnyTagClassName
{
color: #1F24EC;
}
</style>
background-color css
<style>
a { background-color: #1F24EC; }
a { background-color: rgb(31,36,236); }
div.DivClassName
{
background-color: #1F24EC;
}
.BgClassName
{
background-color: #1F24EC;
}
</style>
border-color css
<style>
span { border-color: #1F24EC; }
span { border-color: rgb(31,36,236); }
td.TdClassName
{
border-color: #1F24EC;
}
.TagClassName
{
border-color: #1F24EC;
}
</style>