Shades of Blue #202AFA
Tints of Blue #202AFA
RGB
CMYK
RGB Variations
Color information
#202AFA (or 0x202AFA) is known color: Blue. HEX triplet: 20, 2A and FA. RGB value is (32,42,250). Sum of RGB (Red+Green+Blue) = 32+42+250=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 250 (98.05% from 255 or 77.16% from 324); Max value from RGB is 250 - color contains mainly: blue. Hex color #202AFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202AFA is #DFD505. Grayscale: #3D3D3D. Windows color (decimal): -14669062 or 16394784. OLE color: 16394784.
HSL color Cylindrical-coordinate representation of color #202AFA: hue angle of 237.25º 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 #202AFA is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 42 | 250 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.02 |
| HSL | 237.25º | 0.96% | 0.55% | - |
| HSV(B) | 237.25º | 0.87% | 0.98% | - |
| XYZ | 18.68 | 8.87 | 91.17 | - |
| YUV | 62.72 | 233.69 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 250 | 0.87 | 0.83 | 0 | 0.02 | 237.25 | 0.96 | 0.55 |
| Hex | 20 | 2A | FA | 57 | 53 | 0 | 2 | ED | 60 | 37 |
| Octal | 40 | 52 | 372 | 127 | 123 | 0 | 2 | 355 | 140 | 67 |
| Binary | 100000 | 101010 | 11111010 | 1010111 | 1010011 | 0 | 10 | 11101101 | 1100000 | 110111 |
Color Harmonies of #202AFA
Complementary color
Monochromatic Colors of #202AFA
Black with #202AFA
Text Example
Text Example
White with #202AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202AFA; }
p { color: rgb(32,42,250); }
H1.HeaderClassName
{
color: #202AFA;
}
.AnyTagClassName
{
color: #202AFA;
}
</style>
background-color css
<style>
a { background-color: #202AFA; }
a { background-color: rgb(32,42,250); }
div.DivClassName
{
background-color: #202AFA;
}
.BgClassName
{
background-color: #202AFA;
}
</style>
border-color css
<style>
span { border-color: #202AFA; }
span { border-color: rgb(32,42,250); }
td.TdClassName
{
border-color: #202AFA;
}
.TagClassName
{
border-color: #202AFA;
}
</style>