Shades of Blue #241AFE
Tints of Blue #241AFE
RGB
CMYK
RGB Variations
Color information
#241AFE (or 0x241AFE) is known color: Blue. HEX triplet: 24, 1A and FE. RGB value is (36,26,254). Sum of RGB (Red+Green+Blue) = 36+26+254=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 254 (99.61% from 255 or 80.38% from 316); Max value from RGB is 254 - color contains mainly: blue. Hex color #241AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241AFE is #DBE501. Grayscale: #363636. Windows color (decimal): -14411010 or 16652836. OLE color: 16652836.
HSL color Cylindrical-coordinate representation of color #241AFE: hue angle of 242.63º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #241AFE is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 26 | 254 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.00 |
| HSL | 242.63º | 0.99% | 0.55% | - |
| HSV(B) | 242.63º | 0.9% | 1% | - |
| XYZ | 18.99 | 8.27 | 94.36 | - |
| YUV | 54.98 | 240.31 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 254 | 0.86 | 0.90 | 0 | 0.00 | 242.63 | 0.99 | 0.55 |
| Hex | 24 | 1A | FE | 56 | 5A | 0 | 0 | F3 | 63 | 37 |
| Octal | 44 | 32 | 376 | 126 | 132 | 0 | 0 | 363 | 143 | 67 |
| Binary | 100100 | 11010 | 11111110 | 1010110 | 1011010 | 0 | 0 | 11110011 | 1100011 | 110111 |
Color Harmonies of #241AFE
Complementary color
Monochromatic Colors of #241AFE
Black with #241AFE
Text Example
Text Example
White with #241AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241AFE; }
p { color: rgb(36,26,254); }
H1.HeaderClassName
{
color: #241AFE;
}
.AnyTagClassName
{
color: #241AFE;
}
</style>
background-color css
<style>
a { background-color: #241AFE; }
a { background-color: rgb(36,26,254); }
div.DivClassName
{
background-color: #241AFE;
}
.BgClassName
{
background-color: #241AFE;
}
</style>
border-color css
<style>
span { border-color: #241AFE; }
span { border-color: rgb(36,26,254); }
td.TdClassName
{
border-color: #241AFE;
}
.TagClassName
{
border-color: #241AFE;
}
</style>