Shades of Blue #180DFE
Tints of Blue #180DFE
RGB
CMYK
RGB Variations
Color information
#180DFE (or 0x180DFE) is known color: Blue. HEX triplet: 18, 0D and FE. RGB value is (24,13,254). Sum of RGB (Red+Green+Blue) = 24+13+254=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 254 (99.61% from 255 or 87.29% from 291); Max value from RGB is 254 - color contains mainly: blue. Hex color #180DFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180DFE is #E7F201. Grayscale: #2A2A2A. Windows color (decimal): -15200770 or 16649496. OLE color: 16649496.
HSL color Cylindrical-coordinate representation of color #180DFE: hue angle of 242.74º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180DFE is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 13 | 254 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.00 |
| HSL | 242.74º | 0.99% | 0.52% | - |
| HSV(B) | 242.74º | 0.95% | 1% | - |
| XYZ | 18.41 | 7.64 | 94.27 | - |
| YUV | 43.76 | 246.64 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 254 | 0.91 | 0.95 | 0 | 0.00 | 242.74 | 0.99 | 0.52 |
| Hex | 18 | D | FE | 5B | 5F | 0 | 0 | F3 | 63 | 34 |
| Octal | 30 | 15 | 376 | 133 | 137 | 0 | 0 | 363 | 143 | 64 |
| Binary | 11000 | 1101 | 11111110 | 1011011 | 1011111 | 0 | 0 | 11110011 | 1100011 | 110100 |
Color Harmonies of #180DFE
Complementary color
Monochromatic Colors of #180DFE
Black with #180DFE
Text Example
Text Example
White with #180DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180DFE; }
p { color: rgb(24,13,254); }
H1.HeaderClassName
{
color: #180DFE;
}
.AnyTagClassName
{
color: #180DFE;
}
</style>
background-color css
<style>
a { background-color: #180DFE; }
a { background-color: rgb(24,13,254); }
div.DivClassName
{
background-color: #180DFE;
}
.BgClassName
{
background-color: #180DFE;
}
</style>
border-color css
<style>
span { border-color: #180DFE; }
span { border-color: rgb(24,13,254); }
td.TdClassName
{
border-color: #180DFE;
}
.TagClassName
{
border-color: #180DFE;
}
</style>