Shades of Blue #241AFB
Tints of Blue #241AFB
RGB
CMYK
RGB Variations
Color information
#241AFB (or 0x241AFB) is known color: Blue. HEX triplet: 24, 1A and FB. RGB value is (36,26,251). Sum of RGB (Red+Green+Blue) = 36+26+251=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 251 (98.44% from 255 or 80.19% from 313); Max value from RGB is 251 - color contains mainly: blue. Hex color #241AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241AFB is #DBE504. Grayscale: #353535. Windows color (decimal): -14411013 or 16456228. OLE color: 16456228.
HSL color Cylindrical-coordinate representation of color #241AFB: hue angle of 242.67º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #241AFB is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 26 | 251 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.02 |
| HSL | 242.67º | 0.97% | 0.54% | - |
| HSV(B) | 242.67º | 0.9% | 0.98% | - |
| XYZ | 18.51 | 8.08 | 91.85 | - |
| YUV | 54.64 | 238.81 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 251 | 0.86 | 0.90 | 0 | 0.02 | 242.67 | 0.97 | 0.54 |
| Hex | 24 | 1A | FB | 56 | 5A | 0 | 2 | F3 | 61 | 36 |
| Octal | 44 | 32 | 373 | 126 | 132 | 0 | 2 | 363 | 141 | 66 |
| Binary | 100100 | 11010 | 11111011 | 1010110 | 1011010 | 0 | 10 | 11110011 | 1100001 | 110110 |
Color Harmonies of #241AFB
Complementary color
Monochromatic Colors of #241AFB
Black with #241AFB
Text Example
Text Example
White with #241AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241AFB; }
p { color: rgb(36,26,251); }
H1.HeaderClassName
{
color: #241AFB;
}
.AnyTagClassName
{
color: #241AFB;
}
</style>
background-color css
<style>
a { background-color: #241AFB; }
a { background-color: rgb(36,26,251); }
div.DivClassName
{
background-color: #241AFB;
}
.BgClassName
{
background-color: #241AFB;
}
</style>
border-color css
<style>
span { border-color: #241AFB; }
span { border-color: rgb(36,26,251); }
td.TdClassName
{
border-color: #241AFB;
}
.TagClassName
{
border-color: #241AFB;
}
</style>