Shades of Blue #1B24FC
Tints of Blue #1B24FC
RGB
CMYK
RGB Variations
Color information
#1B24FC (or 0x1B24FC) is known color: Blue. HEX triplet: 1B, 24 and FC. RGB value is (27,36,252). Sum of RGB (Red+Green+Blue) = 27+36+252=315 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.57% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 252 (98.83% from 255 or 80% from 315); Max value from RGB is 252 - color contains mainly: blue. Hex color #1B24FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B24FC is #E4DB03. Grayscale: #393939. Windows color (decimal): -14998276 or 16524315. OLE color: 16524315.
HSL color Cylindrical-coordinate representation of color #1B24FC: hue angle of 237.6º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B24FC is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 36 | 252 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.01 |
| HSL | 237.6º | 0.97% | 0.55% | - |
| HSV(B) | 237.6º | 0.89% | 0.99% | - |
| XYZ | 18.65 | 8.52 | 92.76 | - |
| YUV | 57.93 | 237.52 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 36 | 252 | 0.89 | 0.86 | 0 | 0.01 | 237.6 | 0.97 | 0.55 |
| Hex | 1B | 24 | FC | 59 | 56 | 0 | 1 | EE | 61 | 37 |
| Octal | 33 | 44 | 374 | 131 | 126 | 0 | 1 | 356 | 141 | 67 |
| Binary | 11011 | 100100 | 11111100 | 1011001 | 1010110 | 0 | 1 | 11101110 | 1100001 | 110111 |
Color Harmonies of #1B24FC
Complementary color
Monochromatic Colors of #1B24FC
Black with #1B24FC
Text Example
Text Example
White with #1B24FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B24FC; }
p { color: rgb(27,36,252); }
H1.HeaderClassName
{
color: #1B24FC;
}
.AnyTagClassName
{
color: #1B24FC;
}
</style>
background-color css
<style>
a { background-color: #1B24FC; }
a { background-color: rgb(27,36,252); }
div.DivClassName
{
background-color: #1B24FC;
}
.BgClassName
{
background-color: #1B24FC;
}
</style>
border-color css
<style>
span { border-color: #1B24FC; }
span { border-color: rgb(27,36,252); }
td.TdClassName
{
border-color: #1B24FC;
}
.TagClassName
{
border-color: #1B24FC;
}
</style>