Shades of Blue #241BED
Tints of Blue #241BED
RGB
CMYK
RGB Variations
Color information
#241BED (or 0x241BED) is known color: Blue. HEX triplet: 24, 1B and ED. RGB value is (36,27,237). Sum of RGB (Red+Green+Blue) = 36+27+237=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 237 (92.97% from 255 or 79% from 300); Max value from RGB is 237 - color contains mainly: blue. Hex color #241BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241BED is #DBE412. Grayscale: #343434. Windows color (decimal): -14410771 or 15538980. OLE color: 15538980.
HSL color Cylindrical-coordinate representation of color #241BED: hue angle of 242.57º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #241BED is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 27 | 237 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.07 |
| HSL | 242.57º | 0.85% | 0.52% | - |
| HSV(B) | 242.57º | 0.89% | 0.93% | - |
| XYZ | 16.41 | 7.27 | 80.66 | - |
| YUV | 53.63 | 231.48 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 27 | 237 | 0.85 | 0.89 | 0 | 0.07 | 242.57 | 0.85 | 0.52 |
| Hex | 24 | 1B | ED | 55 | 59 | 0 | 7 | F3 | 55 | 34 |
| Octal | 44 | 33 | 355 | 125 | 131 | 0 | 7 | 363 | 125 | 64 |
| Binary | 100100 | 11011 | 11101101 | 1010101 | 1011001 | 0 | 111 | 11110011 | 1010101 | 110100 |
Color Harmonies of #241BED
Complementary color
Monochromatic Colors of #241BED
Black with #241BED
Text Example
Text Example
White with #241BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241BED; }
p { color: rgb(36,27,237); }
H1.HeaderClassName
{
color: #241BED;
}
.AnyTagClassName
{
color: #241BED;
}
</style>
background-color css
<style>
a { background-color: #241BED; }
a { background-color: rgb(36,27,237); }
div.DivClassName
{
background-color: #241BED;
}
.BgClassName
{
background-color: #241BED;
}
</style>
border-color css
<style>
span { border-color: #241BED; }
span { border-color: rgb(36,27,237); }
td.TdClassName
{
border-color: #241BED;
}
.TagClassName
{
border-color: #241BED;
}
</style>