Shades of Blue #2424FB
Tints of Blue #2424FB
RGB
CMYK
RGB Variations
Color information
#2424FB (or 0x2424FB) is known color: Blue. HEX triplet: 24, 24 and FB. RGB value is (36,36,251). Sum of RGB (Red+Green+Blue) = 36+36+251=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 251 (98.44% from 255 or 77.71% from 323); Max value from RGB is 251 - color contains mainly: blue. Hex color #2424FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2424FB is #DBDB04. Grayscale: #3B3B3B. Windows color (decimal): -14408453 or 16458788. OLE color: 16458788.
HSL color Cylindrical-coordinate representation of color #2424FB: hue angle of 240º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2424FB is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 36 | 251 | - |
| CMYK | 0.86 | 0.86 | 0 | 0.02 |
| HSL | 240º | 0.96% | 0.56% | - |
| HSV(B) | 240º | 0.86% | 0.98% | - |
| XYZ | 18.77 | 8.6 | 91.94 | - |
| YUV | 60.51 | 235.5 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 251 | 0.86 | 0.86 | 0 | 0.02 | 240 | 0.96 | 0.56 |
| Hex | 24 | 24 | FB | 56 | 56 | 0 | 2 | F0 | 60 | 38 |
| Octal | 44 | 44 | 373 | 126 | 126 | 0 | 2 | 360 | 140 | 70 |
| Binary | 100100 | 100100 | 11111011 | 1010110 | 1010110 | 0 | 10 | 11110000 | 1100000 | 111000 |
Color Harmonies of #2424FB
Complementary color
Monochromatic Colors of #2424FB
Black with #2424FB
Text Example
Text Example
White with #2424FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2424FB; }
p { color: rgb(36,36,251); }
H1.HeaderClassName
{
color: #2424FB;
}
.AnyTagClassName
{
color: #2424FB;
}
</style>
background-color css
<style>
a { background-color: #2424FB; }
a { background-color: rgb(36,36,251); }
div.DivClassName
{
background-color: #2424FB;
}
.BgClassName
{
background-color: #2424FB;
}
</style>
border-color css
<style>
span { border-color: #2424FB; }
span { border-color: rgb(36,36,251); }
td.TdClassName
{
border-color: #2424FB;
}
.TagClassName
{
border-color: #2424FB;
}
</style>