Shades of Blue #201CF8
Tints of Blue #201CF8
RGB
CMYK
RGB Variations
Color information
#201CF8 (or 0x201CF8) is known color: Blue. HEX triplet: 20, 1C and F8. RGB value is (32,28,248). Sum of RGB (Red+Green+Blue) = 32+28+248=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 248 (97.27% from 255 or 80.52% from 308); Max value from RGB is 248 - color contains mainly: blue. Hex color #201CF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201CF8 is #DFE307. Grayscale: #353535. Windows color (decimal): -14672648 or 16260128. OLE color: 16260128.
HSL color Cylindrical-coordinate representation of color #201CF8: hue angle of 241.09º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #201CF8 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 32 | 28 | 248 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.03 |
| HSL | 241.09º | 0.94% | 0.54% | - |
| HSV(B) | 241.09º | 0.89% | 0.97% | - |
| XYZ | 17.95 | 7.91 | 89.39 | - |
| YUV | 54.28 | 237.33 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 248 | 0.87 | 0.89 | 0 | 0.03 | 241.09 | 0.94 | 0.54 |
| Hex | 20 | 1C | F8 | 57 | 59 | 0 | 3 | F1 | 5E | 36 |
| Octal | 40 | 34 | 370 | 127 | 131 | 0 | 3 | 361 | 136 | 66 |
| Binary | 100000 | 11100 | 11111000 | 1010111 | 1011001 | 0 | 11 | 11110001 | 1011110 | 110110 |
Color Harmonies of #201CF8
Complementary color
Monochromatic Colors of #201CF8
Black with #201CF8
Text Example
Text Example
White with #201CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201CF8; }
p { color: rgb(32,28,248); }
H1.HeaderClassName
{
color: #201CF8;
}
.AnyTagClassName
{
color: #201CF8;
}
</style>
background-color css
<style>
a { background-color: #201CF8; }
a { background-color: rgb(32,28,248); }
div.DivClassName
{
background-color: #201CF8;
}
.BgClassName
{
background-color: #201CF8;
}
</style>
border-color css
<style>
span { border-color: #201CF8; }
span { border-color: rgb(32,28,248); }
td.TdClassName
{
border-color: #201CF8;
}
.TagClassName
{
border-color: #201CF8;
}
</style>