Shades of Blue #181FFF
Tints of Blue #181FFF
RGB
CMYK
RGB Variations
Color information
#181FFF (or 0x181FFF) is known color: Blue. HEX triplet: 18, 1F and FF. RGB value is (24,31,255). Sum of RGB (Red+Green+Blue) = 24+31+255=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 255 (100% from 255 or 82.26% from 310); Max value from RGB is 255 - color contains mainly: blue. Hex color #181FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181FFF is #E7E000. Grayscale: #353535. Windows color (decimal): -15196161 or 16719640. OLE color: 16719640.
HSL color Cylindrical-coordinate representation of color #181FFF: hue angle of 238.18º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #181FFF is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 31 | 255 | - |
| CMYK | 0.91 | 0.88 | 0 | 0 |
| HSL | 238.18º | 1% | 0.55% | - |
| HSV(B) | 238.18º | 0.91% | 1% | - |
| XYZ | 18.92 | 8.39 | 95.23 | - |
| YUV | 54.44 | 241.18 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 31 | 255 | 0.91 | 0.88 | 0 | 0 | 238.18 | 1 | 0.55 |
| Hex | 18 | 1F | FF | 5B | 58 | 0 | 0 | EE | 64 | 37 |
| Octal | 30 | 37 | 377 | 133 | 130 | 0 | 0 | 356 | 144 | 67 |
| Binary | 11000 | 11111 | 11111111 | 1011011 | 1011000 | 0 | 0 | 11101110 | 1100100 | 110111 |
Color Harmonies of #181FFF
Complementary color
Monochromatic Colors of #181FFF
Black with #181FFF
Text Example
Text Example
White with #181FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181FFF; }
p { color: rgb(24,31,255); }
H1.HeaderClassName
{
color: #181FFF;
}
.AnyTagClassName
{
color: #181FFF;
}
</style>
background-color css
<style>
a { background-color: #181FFF; }
a { background-color: rgb(24,31,255); }
div.DivClassName
{
background-color: #181FFF;
}
.BgClassName
{
background-color: #181FFF;
}
</style>
border-color css
<style>
span { border-color: #181FFF; }
span { border-color: rgb(24,31,255); }
td.TdClassName
{
border-color: #181FFF;
}
.TagClassName
{
border-color: #181FFF;
}
</style>