Shades of Blue #2018FD
Tints of Blue #2018FD
RGB
CMYK
RGB Variations
Color information
#2018FD (or 0x2018FD) is known color: Blue. HEX triplet: 20, 18 and FD. RGB value is (32,24,253). Sum of RGB (Red+Green+Blue) = 32+24+253=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 253 (99.22% from 255 or 81.88% from 309); Max value from RGB is 253 - color contains mainly: blue. Hex color #2018FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2018FD is #DFE702. Grayscale: #333333. Windows color (decimal): -14673667 or 16586784. OLE color: 16586784.
HSL color Cylindrical-coordinate representation of color #2018FD: hue angle of 242.1º 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 #2018FD is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 24 | 253 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.01 |
| HSL | 242.1º | 0.98% | 0.54% | - |
| HSV(B) | 242.1º | 0.91% | 0.99% | - |
| XYZ | 18.65 | 8.05 | 93.5 | - |
| YUV | 52.5 | 241.15 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 253 | 0.87 | 0.91 | 0 | 0.01 | 242.1 | 0.98 | 0.54 |
| Hex | 20 | 18 | FD | 57 | 5B | 0 | 1 | F2 | 62 | 36 |
| Octal | 40 | 30 | 375 | 127 | 133 | 0 | 1 | 362 | 142 | 66 |
| Binary | 100000 | 11000 | 11111101 | 1010111 | 1011011 | 0 | 1 | 11110010 | 1100010 | 110110 |
Color Harmonies of #2018FD
Complementary color
Monochromatic Colors of #2018FD
Black with #2018FD
Text Example
Text Example
White with #2018FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2018FD; }
p { color: rgb(32,24,253); }
H1.HeaderClassName
{
color: #2018FD;
}
.AnyTagClassName
{
color: #2018FD;
}
</style>
background-color css
<style>
a { background-color: #2018FD; }
a { background-color: rgb(32,24,253); }
div.DivClassName
{
background-color: #2018FD;
}
.BgClassName
{
background-color: #2018FD;
}
</style>
border-color css
<style>
span { border-color: #2018FD; }
span { border-color: rgb(32,24,253); }
td.TdClassName
{
border-color: #2018FD;
}
.TagClassName
{
border-color: #2018FD;
}
</style>