Shades of Blue #241BF4
Tints of Blue #241BF4
RGB
CMYK
RGB Variations
Color information
#241BF4 (or 0x241BF4) is known color: Blue. HEX triplet: 24, 1B and F4. RGB value is (36,27,244). Sum of RGB (Red+Green+Blue) = 36+27+244=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 244 (95.70% from 255 or 79.48% from 307); Max value from RGB is 244 - color contains mainly: blue. Hex color #241BF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241BF4 is #DBE40B. Grayscale: #353535. Windows color (decimal): -14410764 or 15997732. OLE color: 15997732.
HSL color Cylindrical-coordinate representation of color #241BF4: hue angle of 242.49º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #241BF4 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 27 | 244 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.04 |
| HSL | 242.49º | 0.91% | 0.53% | - |
| HSV(B) | 242.49º | 0.89% | 0.96% | - |
| XYZ | 17.45 | 7.69 | 86.15 | - |
| YUV | 54.43 | 234.98 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 27 | 244 | 0.85 | 0.89 | 0 | 0.04 | 242.49 | 0.91 | 0.53 |
| Hex | 24 | 1B | F4 | 55 | 59 | 0 | 4 | F2 | 5B | 35 |
| Octal | 44 | 33 | 364 | 125 | 131 | 0 | 4 | 362 | 133 | 65 |
| Binary | 100100 | 11011 | 11110100 | 1010101 | 1011001 | 0 | 100 | 11110010 | 1011011 | 110101 |
Color Harmonies of #241BF4
Complementary color
Monochromatic Colors of #241BF4
Black with #241BF4
Text Example
Text Example
White with #241BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241BF4; }
p { color: rgb(36,27,244); }
H1.HeaderClassName
{
color: #241BF4;
}
.AnyTagClassName
{
color: #241BF4;
}
</style>
background-color css
<style>
a { background-color: #241BF4; }
a { background-color: rgb(36,27,244); }
div.DivClassName
{
background-color: #241BF4;
}
.BgClassName
{
background-color: #241BF4;
}
</style>
border-color css
<style>
span { border-color: #241BF4; }
span { border-color: rgb(36,27,244); }
td.TdClassName
{
border-color: #241BF4;
}
.TagClassName
{
border-color: #241BF4;
}
</style>