Shades of Blue #202DFA
Tints of Blue #202DFA
RGB
CMYK
RGB Variations
Color information
#202DFA (or 0x202DFA) is known color: Blue. HEX triplet: 20, 2D and FA. RGB value is (32,45,250). Sum of RGB (Red+Green+Blue) = 32+45+250=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 250 (98.05% from 255 or 76.45% from 327); Max value from RGB is 250 - color contains mainly: blue. Hex color #202DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202DFA is #DFD205. Grayscale: #3F3F3F. Windows color (decimal): -14668294 or 16395552. OLE color: 16395552.
HSL color Cylindrical-coordinate representation of color #202DFA: hue angle of 236.42º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #202DFA is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 45 | 250 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.02 |
| HSL | 236.42º | 0.96% | 0.55% | - |
| HSV(B) | 236.42º | 0.87% | 0.98% | - |
| XYZ | 18.79 | 9.09 | 91.21 | - |
| YUV | 64.48 | 232.69 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 250 | 0.87 | 0.82 | 0 | 0.02 | 236.42 | 0.96 | 0.55 |
| Hex | 20 | 2D | FA | 57 | 52 | 0 | 2 | EC | 60 | 37 |
| Octal | 40 | 55 | 372 | 127 | 122 | 0 | 2 | 354 | 140 | 67 |
| Binary | 100000 | 101101 | 11111010 | 1010111 | 1010010 | 0 | 10 | 11101100 | 1100000 | 110111 |
Color Harmonies of #202DFA
Complementary color
Monochromatic Colors of #202DFA
Black with #202DFA
Text Example
Text Example
White with #202DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202DFA; }
p { color: rgb(32,45,250); }
H1.HeaderClassName
{
color: #202DFA;
}
.AnyTagClassName
{
color: #202DFA;
}
</style>
background-color css
<style>
a { background-color: #202DFA; }
a { background-color: rgb(32,45,250); }
div.DivClassName
{
background-color: #202DFA;
}
.BgClassName
{
background-color: #202DFA;
}
</style>
border-color css
<style>
span { border-color: #202DFA; }
span { border-color: rgb(32,45,250); }
td.TdClassName
{
border-color: #202DFA;
}
.TagClassName
{
border-color: #202DFA;
}
</style>