Shades of Blue #241AF2
Tints of Blue #241AF2
RGB
CMYK
RGB Variations
Color information
#241AF2 (or 0x241AF2) is known color: Blue. HEX triplet: 24, 1A and F2. RGB value is (36,26,242). Sum of RGB (Red+Green+Blue) = 36+26+242=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 242 (94.92% from 255 or 79.61% from 304); Max value from RGB is 242 - color contains mainly: blue. Hex color #241AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241AF2 is #DBE50D. Grayscale: #343434. Windows color (decimal): -14411022 or 15866404. OLE color: 15866404.
HSL color Cylindrical-coordinate representation of color #241AF2: hue angle of 242.78º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #241AF2 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 26 | 242 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.05 |
| HSL | 242.78º | 0.89% | 0.53% | - |
| HSV(B) | 242.78º | 0.89% | 0.95% | - |
| XYZ | 17.12 | 7.52 | 84.55 | - |
| YUV | 53.61 | 234.31 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 242 | 0.85 | 0.89 | 0 | 0.05 | 242.78 | 0.89 | 0.53 |
| Hex | 24 | 1A | F2 | 55 | 59 | 0 | 5 | F3 | 59 | 35 |
| Octal | 44 | 32 | 362 | 125 | 131 | 0 | 5 | 363 | 131 | 65 |
| Binary | 100100 | 11010 | 11110010 | 1010101 | 1011001 | 0 | 101 | 11110011 | 1011001 | 110101 |
Color Harmonies of #241AF2
Complementary color
Monochromatic Colors of #241AF2
Black with #241AF2
Text Example
Text Example
White with #241AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241AF2; }
p { color: rgb(36,26,242); }
H1.HeaderClassName
{
color: #241AF2;
}
.AnyTagClassName
{
color: #241AF2;
}
</style>
background-color css
<style>
a { background-color: #241AF2; }
a { background-color: rgb(36,26,242); }
div.DivClassName
{
background-color: #241AF2;
}
.BgClassName
{
background-color: #241AF2;
}
</style>
border-color css
<style>
span { border-color: #241AF2; }
span { border-color: rgb(36,26,242); }
td.TdClassName
{
border-color: #241AF2;
}
.TagClassName
{
border-color: #241AF2;
}
</style>