Shades of Blue #241BE7
Tints of Blue #241BE7
RGB
CMYK
RGB Variations
Color information
#241BE7 (or 0x241BE7) is known color: Blue. HEX triplet: 24, 1B and E7. RGB value is (36,27,231). Sum of RGB (Red+Green+Blue) = 36+27+231=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 231 (90.62% from 255 or 78.57% from 294); Max value from RGB is 231 - color contains mainly: blue. Hex color #241BE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241BE7 is #DBE418. Grayscale: #343434. Windows color (decimal): -14410777 or 15145764. OLE color: 15145764.
HSL color Cylindrical-coordinate representation of color #241BE7: hue angle of 242.65º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #241BE7 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 27 | 231 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.09 |
| HSL | 242.65º | 0.81% | 0.51% | - |
| HSV(B) | 242.65º | 0.88% | 0.91% | - |
| XYZ | 15.54 | 6.93 | 76.12 | - |
| YUV | 52.95 | 228.48 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 27 | 231 | 0.84 | 0.88 | 0 | 0.09 | 242.65 | 0.81 | 0.51 |
| Hex | 24 | 1B | E7 | 54 | 58 | 0 | 9 | F3 | 51 | 33 |
| Octal | 44 | 33 | 347 | 124 | 130 | 0 | 11 | 363 | 121 | 63 |
| Binary | 100100 | 11011 | 11100111 | 1010100 | 1011000 | 0 | 1001 | 11110011 | 1010001 | 110011 |
Color Harmonies of #241BE7
Complementary color
Monochromatic Colors of #241BE7
Black with #241BE7
Text Example
Text Example
White with #241BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241BE7; }
p { color: rgb(36,27,231); }
H1.HeaderClassName
{
color: #241BE7;
}
.AnyTagClassName
{
color: #241BE7;
}
</style>
background-color css
<style>
a { background-color: #241BE7; }
a { background-color: rgb(36,27,231); }
div.DivClassName
{
background-color: #241BE7;
}
.BgClassName
{
background-color: #241BE7;
}
</style>
border-color css
<style>
span { border-color: #241BE7; }
span { border-color: rgb(36,27,231); }
td.TdClassName
{
border-color: #241BE7;
}
.TagClassName
{
border-color: #241BE7;
}
</style>