Shades of Blue #1818FD
Tints of Blue #1818FD
RGB
CMYK
RGB Variations
Color information
#1818FD (or 0x1818FD) is known color: Blue. HEX triplet: 18, 18 and FD. RGB value is (24,24,253). Sum of RGB (Red+Green+Blue) = 24+24+253=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 253 (99.22% from 255 or 84.05% from 301); Max value from RGB is 253 - color contains mainly: blue. Hex color #1818FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1818FD is #E7E702. Grayscale: #313131. Windows color (decimal): -15197955 or 16586776. OLE color: 16586776.
HSL color Cylindrical-coordinate representation of color #1818FD: hue angle of 240º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1818FD is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 24 | 253 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.01 |
| HSL | 240º | 0.98% | 0.54% | - |
| HSV(B) | 240º | 0.91% | 0.99% | - |
| XYZ | 18.43 | 7.94 | 93.49 | - |
| YUV | 50.11 | 242.5 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 253 | 0.91 | 0.91 | 0 | 0.01 | 240 | 0.98 | 0.54 |
| Hex | 18 | 18 | FD | 5B | 5B | 0 | 1 | F0 | 62 | 36 |
| Octal | 30 | 30 | 375 | 133 | 133 | 0 | 1 | 360 | 142 | 66 |
| Binary | 11000 | 11000 | 11111101 | 1011011 | 1011011 | 0 | 1 | 11110000 | 1100010 | 110110 |
Color Harmonies of #1818FD
Complementary color
Monochromatic Colors of #1818FD
Black with #1818FD
Text Example
Text Example
White with #1818FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1818FD; }
p { color: rgb(24,24,253); }
H1.HeaderClassName
{
color: #1818FD;
}
.AnyTagClassName
{
color: #1818FD;
}
</style>
background-color css
<style>
a { background-color: #1818FD; }
a { background-color: rgb(24,24,253); }
div.DivClassName
{
background-color: #1818FD;
}
.BgClassName
{
background-color: #1818FD;
}
</style>
border-color css
<style>
span { border-color: #1818FD; }
span { border-color: rgb(24,24,253); }
td.TdClassName
{
border-color: #1818FD;
}
.TagClassName
{
border-color: #1818FD;
}
</style>