Shades of Medium Blue #180FE1
Tints of Medium Blue #180FE1
RGB
CMYK
RGB Variations
Color information
#180FE1 (or 0x180FE1) is known color: Medium Blue. HEX triplet: 18, 0F and E1. RGB value is (24,15,225). Sum of RGB (Red+Green+Blue) = 24+15+225=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 225 (88.28% from 255 or 85.23% from 264); Max value from RGB is 225 - color contains mainly: blue. Hex color #180FE1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180FE1 is #E7F01E. Grayscale: #282828. Windows color (decimal): -15200287 or 14749464. OLE color: 14749464.
HSL color Cylindrical-coordinate representation of color #180FE1: hue angle of 242.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180FE1 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 15 | 225 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.12 |
| HSL | 242.57º | 0.88% | 0.47% | - |
| HSV(B) | 242.57º | 0.93% | 0.88% | - |
| XYZ | 14.14 | 5.97 | 71.64 | - |
| YUV | 41.63 | 231.48 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 15 | 225 | 0.89 | 0.93 | 0 | 0.12 | 242.57 | 0.88 | 0.47 |
| Hex | 18 | F | E1 | 59 | 5D | 0 | C | F3 | 58 | 2F |
| Octal | 30 | 17 | 341 | 131 | 135 | 0 | 14 | 363 | 130 | 57 |
| Binary | 11000 | 1111 | 11100001 | 1011001 | 1011101 | 0 | 1100 | 11110011 | 1011000 | 101111 |
Color Harmonies of #180FE1
Complementary color
Monochromatic Colors of #180FE1
Black with #180FE1
Text Example
Text Example
White with #180FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180FE1; }
p { color: rgb(24,15,225); }
H1.HeaderClassName
{
color: #180FE1;
}
.AnyTagClassName
{
color: #180FE1;
}
</style>
background-color css
<style>
a { background-color: #180FE1; }
a { background-color: rgb(24,15,225); }
div.DivClassName
{
background-color: #180FE1;
}
.BgClassName
{
background-color: #180FE1;
}
</style>
border-color css
<style>
span { border-color: #180FE1; }
span { border-color: rgb(24,15,225); }
td.TdClassName
{
border-color: #180FE1;
}
.TagClassName
{
border-color: #180FE1;
}
</style>