Shades of Blue #241CFA
Tints of Blue #241CFA
RGB
CMYK
RGB Variations
Color information
#241CFA (or 0x241CFA) is known color: Blue. HEX triplet: 24, 1C and FA. RGB value is (36,28,250). Sum of RGB (Red+Green+Blue) = 36+28+250=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 250 (98.05% from 255 or 79.62% from 314); Max value from RGB is 250 - color contains mainly: blue. Hex color #241CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241CFA is #DBE305. Grayscale: #363636. Windows color (decimal): -14410502 or 16391204. OLE color: 16391204.
HSL color Cylindrical-coordinate representation of color #241CFA: hue angle of 242.16º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #241CFA is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 28 | 250 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.02 |
| HSL | 242.16º | 0.96% | 0.55% | - |
| HSV(B) | 242.16º | 0.89% | 0.98% | - |
| XYZ | 18.4 | 8.11 | 91.04 | - |
| YUV | 55.7 | 237.65 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 250 | 0.86 | 0.89 | 0 | 0.02 | 242.16 | 0.96 | 0.55 |
| Hex | 24 | 1C | FA | 56 | 59 | 0 | 2 | F2 | 60 | 37 |
| Octal | 44 | 34 | 372 | 126 | 131 | 0 | 2 | 362 | 140 | 67 |
| Binary | 100100 | 11100 | 11111010 | 1010110 | 1011001 | 0 | 10 | 11110010 | 1100000 | 110111 |
Color Harmonies of #241CFA
Complementary color
Monochromatic Colors of #241CFA
Black with #241CFA
Text Example
Text Example
White with #241CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241CFA; }
p { color: rgb(36,28,250); }
H1.HeaderClassName
{
color: #241CFA;
}
.AnyTagClassName
{
color: #241CFA;
}
</style>
background-color css
<style>
a { background-color: #241CFA; }
a { background-color: rgb(36,28,250); }
div.DivClassName
{
background-color: #241CFA;
}
.BgClassName
{
background-color: #241CFA;
}
</style>
border-color css
<style>
span { border-color: #241CFA; }
span { border-color: rgb(36,28,250); }
td.TdClassName
{
border-color: #241CFA;
}
.TagClassName
{
border-color: #241CFA;
}
</style>