Shades of Medium Blue #241ADB
Tints of Medium Blue #241ADB
RGB
CMYK
RGB Variations
Color information
#241ADB (or 0x241ADB) is known color: Medium Blue. HEX triplet: 24, 1A and DB. RGB value is (36,26,219). Sum of RGB (Red+Green+Blue) = 36+26+219=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 219 (85.94% from 255 or 77.94% from 281); Max value from RGB is 219 - color contains mainly: blue. Hex color #241ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241ADB is #DBE524. Grayscale: #323232. Windows color (decimal): -14411045 or 14359076. OLE color: 14359076.
HSL color Cylindrical-coordinate representation of color #241ADB: hue angle of 243.11º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #241ADB is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 26 | 219 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.14 |
| HSL | 243.11º | 0.79% | 0.48% | - |
| HSV(B) | 243.11º | 0.88% | 0.86% | - |
| XYZ | 13.88 | 6.23 | 67.49 | - |
| YUV | 50.99 | 222.81 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 219 | 0.84 | 0.88 | 0 | 0.14 | 243.11 | 0.79 | 0.48 |
| Hex | 24 | 1A | DB | 54 | 58 | 0 | E | F3 | 4F | 30 |
| Octal | 44 | 32 | 333 | 124 | 130 | 0 | 16 | 363 | 117 | 60 |
| Binary | 100100 | 11010 | 11011011 | 1010100 | 1011000 | 0 | 1110 | 11110011 | 1001111 | 110000 |
Color Harmonies of #241ADB
Complementary color
Monochromatic Colors of #241ADB
Black with #241ADB
Text Example
Text Example
White with #241ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241ADB; }
p { color: rgb(36,26,219); }
H1.HeaderClassName
{
color: #241ADB;
}
.AnyTagClassName
{
color: #241ADB;
}
</style>
background-color css
<style>
a { background-color: #241ADB; }
a { background-color: rgb(36,26,219); }
div.DivClassName
{
background-color: #241ADB;
}
.BgClassName
{
background-color: #241ADB;
}
</style>
border-color css
<style>
span { border-color: #241ADB; }
span { border-color: rgb(36,26,219); }
td.TdClassName
{
border-color: #241ADB;
}
.TagClassName
{
border-color: #241ADB;
}
</style>