Shades of Blue #180CF8
Tints of Blue #180CF8
RGB
CMYK
RGB Variations
Color information
#180CF8 (or 0x180CF8) is known color: Blue. HEX triplet: 18, 0C and F8. RGB value is (24,12,248). Sum of RGB (Red+Green+Blue) = 24+12+248=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 248 (97.27% from 255 or 87.32% from 284); Max value from RGB is 248 - color contains mainly: blue. Hex color #180CF8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180CF8 is #E7F307. Grayscale: #292929. Windows color (decimal): -15201032 or 16256024. OLE color: 16256024.
HSL color Cylindrical-coordinate representation of color #180CF8: hue angle of 243.05º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180CF8 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 12 | 248 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.03 |
| HSL | 243.05º | 0.94% | 0.51% | - |
| HSV(B) | 243.05º | 0.95% | 0.97% | - |
| XYZ | 17.45 | 7.23 | 89.28 | - |
| YUV | 42.49 | 243.98 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 248 | 0.90 | 0.95 | 0 | 0.03 | 243.05 | 0.94 | 0.51 |
| Hex | 18 | C | F8 | 5A | 5F | 0 | 3 | F3 | 5E | 33 |
| Octal | 30 | 14 | 370 | 132 | 137 | 0 | 3 | 363 | 136 | 63 |
| Binary | 11000 | 1100 | 11111000 | 1011010 | 1011111 | 0 | 11 | 11110011 | 1011110 | 110011 |
Color Harmonies of #180CF8
Complementary color
Monochromatic Colors of #180CF8
Black with #180CF8
Text Example
Text Example
White with #180CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180CF8; }
p { color: rgb(24,12,248); }
H1.HeaderClassName
{
color: #180CF8;
}
.AnyTagClassName
{
color: #180CF8;
}
</style>
background-color css
<style>
a { background-color: #180CF8; }
a { background-color: rgb(24,12,248); }
div.DivClassName
{
background-color: #180CF8;
}
.BgClassName
{
background-color: #180CF8;
}
</style>
border-color css
<style>
span { border-color: #180CF8; }
span { border-color: rgb(24,12,248); }
td.TdClassName
{
border-color: #180CF8;
}
.TagClassName
{
border-color: #180CF8;
}
</style>