Shades of Blue #201CF9
Tints of Blue #201CF9
RGB
CMYK
RGB Variations
Color information
#201CF9 (or 0x201CF9) is known color: Blue. HEX triplet: 20, 1C and F9. RGB value is (32,28,249). Sum of RGB (Red+Green+Blue) = 32+28+249=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 249 (97.66% from 255 or 80.58% from 309); Max value from RGB is 249 - color contains mainly: blue. Hex color #201CF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201CF9 is #DFE306. Grayscale: #353535. Windows color (decimal): -14672647 or 16325664. OLE color: 16325664.
HSL color Cylindrical-coordinate representation of color #201CF9: hue angle of 241.09º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #201CF9 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 28 | 249 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.02 |
| HSL | 241.09º | 0.95% | 0.54% | - |
| HSV(B) | 241.09º | 0.89% | 0.98% | - |
| XYZ | 18.11 | 7.98 | 90.21 | - |
| YUV | 54.39 | 237.83 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 249 | 0.87 | 0.89 | 0 | 0.02 | 241.09 | 0.95 | 0.54 |
| Hex | 20 | 1C | F9 | 57 | 59 | 0 | 2 | F1 | 5F | 36 |
| Octal | 40 | 34 | 371 | 127 | 131 | 0 | 2 | 361 | 137 | 66 |
| Binary | 100000 | 11100 | 11111001 | 1010111 | 1011001 | 0 | 10 | 11110001 | 1011111 | 110110 |
Color Harmonies of #201CF9
Complementary color
Monochromatic Colors of #201CF9
Black with #201CF9
Text Example
Text Example
White with #201CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201CF9; }
p { color: rgb(32,28,249); }
H1.HeaderClassName
{
color: #201CF9;
}
.AnyTagClassName
{
color: #201CF9;
}
</style>
background-color css
<style>
a { background-color: #201CF9; }
a { background-color: rgb(32,28,249); }
div.DivClassName
{
background-color: #201CF9;
}
.BgClassName
{
background-color: #201CF9;
}
</style>
border-color css
<style>
span { border-color: #201CF9; }
span { border-color: rgb(32,28,249); }
td.TdClassName
{
border-color: #201CF9;
}
.TagClassName
{
border-color: #201CF9;
}
</style>