Shades of Blue #2018FF
Tints of Blue #2018FF
RGB
CMYK
RGB Variations
Color information
#2018FF (or 0x2018FF) is known color: Blue. HEX triplet: 20, 18 and FF. RGB value is (32,24,255). Sum of RGB (Red+Green+Blue) = 32+24+255=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 255 (100% from 255 or 81.99% from 311); Max value from RGB is 255 - color contains mainly: blue. Hex color #2018FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2018FF is #DFE700. Grayscale: #333333. Windows color (decimal): -14673665 or 16717856. OLE color: 16717856.
HSL color Cylindrical-coordinate representation of color #2018FF: hue angle of 242.08º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2018FF is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 24 | 255 | - |
| CMYK | 0.87 | 0.91 | 0 | 0 |
| HSL | 242.08º | 1% | 0.55% | - |
| HSV(B) | 242.08º | 0.91% | 1% | - |
| XYZ | 18.97 | 8.18 | 95.19 | - |
| YUV | 52.73 | 242.15 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 255 | 0.87 | 0.91 | 0 | 0 | 242.08 | 1 | 0.55 |
| Hex | 20 | 18 | FF | 57 | 5B | 0 | 0 | F2 | 64 | 37 |
| Octal | 40 | 30 | 377 | 127 | 133 | 0 | 0 | 362 | 144 | 67 |
| Binary | 100000 | 11000 | 11111111 | 1010111 | 1011011 | 0 | 0 | 11110010 | 1100100 | 110111 |
Color Harmonies of #2018FF
Complementary color
Monochromatic Colors of #2018FF
Black with #2018FF
Text Example
Text Example
White with #2018FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2018FF; }
p { color: rgb(32,24,255); }
H1.HeaderClassName
{
color: #2018FF;
}
.AnyTagClassName
{
color: #2018FF;
}
</style>
background-color css
<style>
a { background-color: #2018FF; }
a { background-color: rgb(32,24,255); }
div.DivClassName
{
background-color: #2018FF;
}
.BgClassName
{
background-color: #2018FF;
}
</style>
border-color css
<style>
span { border-color: #2018FF; }
span { border-color: rgb(32,24,255); }
td.TdClassName
{
border-color: #2018FF;
}
.TagClassName
{
border-color: #2018FF;
}
</style>