Shades of Blue #201DFA
Tints of Blue #201DFA
RGB
CMYK
RGB Variations
Color information
#201DFA (or 0x201DFA) is known color: Blue. HEX triplet: 20, 1D and FA. RGB value is (32,29,250). Sum of RGB (Red+Green+Blue) = 32+29+250=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 250 (98.05% from 255 or 80.39% from 311); Max value from RGB is 250 - color contains mainly: blue. Hex color #201DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201DFA is #DFE205. Grayscale: #363636. Windows color (decimal): -14672390 or 16391456. OLE color: 16391456.
HSL color Cylindrical-coordinate representation of color #201DFA: hue angle of 240.81º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201DFA is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 29 | 250 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.02 |
| HSL | 240.81º | 0.96% | 0.55% | - |
| HSV(B) | 240.81º | 0.88% | 0.98% | - |
| XYZ | 18.29 | 8.09 | 91.04 | - |
| YUV | 55.09 | 237.99 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 250 | 0.87 | 0.88 | 0 | 0.02 | 240.81 | 0.96 | 0.55 |
| Hex | 20 | 1D | FA | 57 | 58 | 0 | 2 | F1 | 60 | 37 |
| Octal | 40 | 35 | 372 | 127 | 130 | 0 | 2 | 361 | 140 | 67 |
| Binary | 100000 | 11101 | 11111010 | 1010111 | 1011000 | 0 | 10 | 11110001 | 1100000 | 110111 |
Color Harmonies of #201DFA
Complementary color
Monochromatic Colors of #201DFA
Black with #201DFA
Text Example
Text Example
White with #201DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DFA; }
p { color: rgb(32,29,250); }
H1.HeaderClassName
{
color: #201DFA;
}
.AnyTagClassName
{
color: #201DFA;
}
</style>
background-color css
<style>
a { background-color: #201DFA; }
a { background-color: rgb(32,29,250); }
div.DivClassName
{
background-color: #201DFA;
}
.BgClassName
{
background-color: #201DFA;
}
</style>
border-color css
<style>
span { border-color: #201DFA; }
span { border-color: rgb(32,29,250); }
td.TdClassName
{
border-color: #201DFA;
}
.TagClassName
{
border-color: #201DFA;
}
</style>