Shades of Blue #241EEA
Tints of Blue #241EEA
RGB
CMYK
RGB Variations
Color information
#241EEA (or 0x241EEA) is known color: Blue. HEX triplet: 24, 1E and EA. RGB value is (36,30,234). Sum of RGB (Red+Green+Blue) = 36+30+234=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 234 (91.80% from 255 or 78% from 300); Max value from RGB is 234 - color contains mainly: blue. Hex color #241EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241EEA is #DBE115. Grayscale: #363636. Windows color (decimal): -14410006 or 15343140. OLE color: 15343140.
HSL color Cylindrical-coordinate representation of color #241EEA: hue angle of 241.76º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #241EEA is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 30 | 234 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.08 |
| HSL | 241.76º | 0.83% | 0.52% | - |
| HSV(B) | 241.76º | 0.87% | 0.92% | - |
| XYZ | 16.04 | 7.24 | 78.39 | - |
| YUV | 55.05 | 228.99 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 30 | 234 | 0.85 | 0.87 | 0 | 0.08 | 241.76 | 0.83 | 0.52 |
| Hex | 24 | 1E | EA | 55 | 57 | 0 | 8 | F2 | 53 | 34 |
| Octal | 44 | 36 | 352 | 125 | 127 | 0 | 10 | 362 | 123 | 64 |
| Binary | 100100 | 11110 | 11101010 | 1010101 | 1010111 | 0 | 1000 | 11110010 | 1010011 | 110100 |
Color Harmonies of #241EEA
Complementary color
Monochromatic Colors of #241EEA
Black with #241EEA
Text Example
Text Example
White with #241EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241EEA; }
p { color: rgb(36,30,234); }
H1.HeaderClassName
{
color: #241EEA;
}
.AnyTagClassName
{
color: #241EEA;
}
</style>
background-color css
<style>
a { background-color: #241EEA; }
a { background-color: rgb(36,30,234); }
div.DivClassName
{
background-color: #241EEA;
}
.BgClassName
{
background-color: #241EEA;
}
</style>
border-color css
<style>
span { border-color: #241EEA; }
span { border-color: rgb(36,30,234); }
td.TdClassName
{
border-color: #241EEA;
}
.TagClassName
{
border-color: #241EEA;
}
</style>