Shades of Medium Blue #241AD5
Tints of Medium Blue #241AD5
RGB
CMYK
RGB Variations
Color information
#241AD5 (or 0x241AD5) is known color: Medium Blue. HEX triplet: 24, 1A and D5. RGB value is (36,26,213). Sum of RGB (Red+Green+Blue) = 36+26+213=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 213 (83.59% from 255 or 77.45% from 275); Max value from RGB is 213 - color contains mainly: blue. Hex color #241AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241AD5 is #DBE52A. Grayscale: #313131. Windows color (decimal): -14411051 or 13965860. OLE color: 13965860.
HSL color Cylindrical-coordinate representation of color #241AD5: hue angle of 243.21º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #241AD5 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 36 | 26 | 213 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.16 |
| HSL | 243.21º | 0.78% | 0.47% | - |
| HSV(B) | 243.21º | 0.88% | 0.84% | - |
| XYZ | 13.11 | 5.92 | 63.4 | - |
| YUV | 50.31 | 219.81 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 213 | 0.83 | 0.88 | 0 | 0.16 | 243.21 | 0.78 | 0.47 |
| Hex | 24 | 1A | D5 | 53 | 58 | 0 | 10 | F3 | 4E | 2F |
| Octal | 44 | 32 | 325 | 123 | 130 | 0 | 20 | 363 | 116 | 57 |
| Binary | 100100 | 11010 | 11010101 | 1010011 | 1011000 | 0 | 10000 | 11110011 | 1001110 | 101111 |
Color Harmonies of #241AD5
Complementary color
Monochromatic Colors of #241AD5
Black with #241AD5
Text Example
Text Example
White with #241AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241AD5; }
p { color: rgb(36,26,213); }
H1.HeaderClassName
{
color: #241AD5;
}
.AnyTagClassName
{
color: #241AD5;
}
</style>
background-color css
<style>
a { background-color: #241AD5; }
a { background-color: rgb(36,26,213); }
div.DivClassName
{
background-color: #241AD5;
}
.BgClassName
{
background-color: #241AD5;
}
</style>
border-color css
<style>
span { border-color: #241AD5; }
span { border-color: rgb(36,26,213); }
td.TdClassName
{
border-color: #241AD5;
}
.TagClassName
{
border-color: #241AD5;
}
</style>