Shades of Medium Blue #241ADD
Tints of Medium Blue #241ADD
RGB
CMYK
RGB Variations
Color information
#241ADD (or 0x241ADD) is known color: Medium Blue. HEX triplet: 24, 1A and DD. RGB value is (36,26,221). Sum of RGB (Red+Green+Blue) = 36+26+221=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 221 (86.72% from 255 or 78.09% from 283); Max value from RGB is 221 - color contains mainly: blue. Hex color #241ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241ADD is #DBE522. Grayscale: #323232. Windows color (decimal): -14411043 or 14490148. OLE color: 14490148.
HSL color Cylindrical-coordinate representation of color #241ADD: hue angle of 243.08º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #241ADD is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 26 | 221 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.13 |
| HSL | 243.08º | 0.79% | 0.48% | - |
| HSV(B) | 243.08º | 0.88% | 0.87% | - |
| XYZ | 14.15 | 6.33 | 68.88 | - |
| YUV | 51.22 | 223.81 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 221 | 0.84 | 0.88 | 0 | 0.13 | 243.08 | 0.79 | 0.48 |
| Hex | 24 | 1A | DD | 54 | 58 | 0 | D | F3 | 4F | 30 |
| Octal | 44 | 32 | 335 | 124 | 130 | 0 | 15 | 363 | 117 | 60 |
| Binary | 100100 | 11010 | 11011101 | 1010100 | 1011000 | 0 | 1101 | 11110011 | 1001111 | 110000 |
Color Harmonies of #241ADD
Complementary color
Monochromatic Colors of #241ADD
Black with #241ADD
Text Example
Text Example
White with #241ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241ADD; }
p { color: rgb(36,26,221); }
H1.HeaderClassName
{
color: #241ADD;
}
.AnyTagClassName
{
color: #241ADD;
}
</style>
background-color css
<style>
a { background-color: #241ADD; }
a { background-color: rgb(36,26,221); }
div.DivClassName
{
background-color: #241ADD;
}
.BgClassName
{
background-color: #241ADD;
}
</style>
border-color css
<style>
span { border-color: #241ADD; }
span { border-color: rgb(36,26,221); }
td.TdClassName
{
border-color: #241ADD;
}
.TagClassName
{
border-color: #241ADD;
}
</style>