Shades of Blue #241CF2
Tints of Blue #241CF2
RGB
CMYK
RGB Variations
Color information
#241CF2 (or 0x241CF2) is known color: Blue. HEX triplet: 24, 1C and F2. RGB value is (36,28,242). Sum of RGB (Red+Green+Blue) = 36+28+242=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 242 (94.92% from 255 or 79.08% from 306); Max value from RGB is 242 - color contains mainly: blue. Hex color #241CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241CF2 is #DBE30D. Grayscale: #353535. Windows color (decimal): -14410510 or 15866916. OLE color: 15866916.
HSL color Cylindrical-coordinate representation of color #241CF2: hue angle of 242.24º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #241CF2 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 28 | 242 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.05 |
| HSL | 242.24º | 0.89% | 0.53% | - |
| HSV(B) | 242.24º | 0.88% | 0.95% | - |
| XYZ | 17.17 | 7.62 | 84.57 | - |
| YUV | 54.79 | 233.65 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 242 | 0.85 | 0.88 | 0 | 0.05 | 242.24 | 0.89 | 0.53 |
| Hex | 24 | 1C | F2 | 55 | 58 | 0 | 5 | F2 | 59 | 35 |
| Octal | 44 | 34 | 362 | 125 | 130 | 0 | 5 | 362 | 131 | 65 |
| Binary | 100100 | 11100 | 11110010 | 1010101 | 1011000 | 0 | 101 | 11110010 | 1011001 | 110101 |
Color Harmonies of #241CF2
Complementary color
Monochromatic Colors of #241CF2
Black with #241CF2
Text Example
Text Example
White with #241CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241CF2; }
p { color: rgb(36,28,242); }
H1.HeaderClassName
{
color: #241CF2;
}
.AnyTagClassName
{
color: #241CF2;
}
</style>
background-color css
<style>
a { background-color: #241CF2; }
a { background-color: rgb(36,28,242); }
div.DivClassName
{
background-color: #241CF2;
}
.BgClassName
{
background-color: #241CF2;
}
</style>
border-color css
<style>
span { border-color: #241CF2; }
span { border-color: rgb(36,28,242); }
td.TdClassName
{
border-color: #241CF2;
}
.TagClassName
{
border-color: #241CF2;
}
</style>