Shades of Blue #241FFB
Tints of Blue #241FFB
RGB
CMYK
RGB Variations
Color information
#241FFB (or 0x241FFB) is known color: Blue. HEX triplet: 24, 1F and FB. RGB value is (36,31,251). Sum of RGB (Red+Green+Blue) = 36+31+251=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 251 (98.44% from 255 or 78.93% from 318); Max value from RGB is 251 - color contains mainly: blue. Hex color #241FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241FFB is #DBE004. Grayscale: #383838. Windows color (decimal): -14409733 or 16457508. OLE color: 16457508.
HSL color Cylindrical-coordinate representation of color #241FFB: hue angle of 241.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #241FFB is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 31 | 251 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.02 |
| HSL | 241.36º | 0.96% | 0.55% | - |
| HSV(B) | 241.36º | 0.88% | 0.98% | - |
| XYZ | 18.63 | 8.32 | 91.89 | - |
| YUV | 57.58 | 237.16 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 31 | 251 | 0.86 | 0.88 | 0 | 0.02 | 241.36 | 0.96 | 0.55 |
| Hex | 24 | 1F | FB | 56 | 58 | 0 | 2 | F1 | 60 | 37 |
| Octal | 44 | 37 | 373 | 126 | 130 | 0 | 2 | 361 | 140 | 67 |
| Binary | 100100 | 11111 | 11111011 | 1010110 | 1011000 | 0 | 10 | 11110001 | 1100000 | 110111 |
Color Harmonies of #241FFB
Complementary color
Monochromatic Colors of #241FFB
Black with #241FFB
Text Example
Text Example
White with #241FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241FFB; }
p { color: rgb(36,31,251); }
H1.HeaderClassName
{
color: #241FFB;
}
.AnyTagClassName
{
color: #241FFB;
}
</style>
background-color css
<style>
a { background-color: #241FFB; }
a { background-color: rgb(36,31,251); }
div.DivClassName
{
background-color: #241FFB;
}
.BgClassName
{
background-color: #241FFB;
}
</style>
border-color css
<style>
span { border-color: #241FFB; }
span { border-color: rgb(36,31,251); }
td.TdClassName
{
border-color: #241FFB;
}
.TagClassName
{
border-color: #241FFB;
}
</style>