Shades of Blue #180EFC
Tints of Blue #180EFC
RGB
CMYK
RGB Variations
Color information
#180EFC (or 0x180EFC) is known color: Blue. HEX triplet: 18, 0E and FC. RGB value is (24,14,252). Sum of RGB (Red+Green+Blue) = 24+14+252=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 252 (98.83% from 255 or 86.90% from 290); Max value from RGB is 252 - color contains mainly: blue. Hex color #180EFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180EFC is #E7F103. Grayscale: #2B2B2B. Windows color (decimal): -15200516 or 16518680. OLE color: 16518680.
HSL color Cylindrical-coordinate representation of color #180EFC: hue angle of 242.52º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180EFC is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 14 | 252 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.01 |
| HSL | 242.52º | 0.98% | 0.52% | - |
| HSV(B) | 242.52º | 0.94% | 0.99% | - |
| XYZ | 18.1 | 7.54 | 92.6 | - |
| YUV | 44.12 | 245.31 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 252 | 0.90 | 0.94 | 0 | 0.01 | 242.52 | 0.98 | 0.52 |
| Hex | 18 | E | FC | 5A | 5E | 0 | 1 | F3 | 62 | 34 |
| Octal | 30 | 16 | 374 | 132 | 136 | 0 | 1 | 363 | 142 | 64 |
| Binary | 11000 | 1110 | 11111100 | 1011010 | 1011110 | 0 | 1 | 11110011 | 1100010 | 110100 |
Color Harmonies of #180EFC
Complementary color
Monochromatic Colors of #180EFC
Black with #180EFC
Text Example
Text Example
White with #180EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180EFC; }
p { color: rgb(24,14,252); }
H1.HeaderClassName
{
color: #180EFC;
}
.AnyTagClassName
{
color: #180EFC;
}
</style>
background-color css
<style>
a { background-color: #180EFC; }
a { background-color: rgb(24,14,252); }
div.DivClassName
{
background-color: #180EFC;
}
.BgClassName
{
background-color: #180EFC;
}
</style>
border-color css
<style>
span { border-color: #180EFC; }
span { border-color: rgb(24,14,252); }
td.TdClassName
{
border-color: #180EFC;
}
.TagClassName
{
border-color: #180EFC;
}
</style>