Shades of Blue #202AEF
Tints of Blue #202AEF
RGB
CMYK
RGB Variations
Color information
#202AEF (or 0x202AEF) is known color: Blue. HEX triplet: 20, 2A and EF. RGB value is (32,42,239). Sum of RGB (Red+Green+Blue) = 32+42+239=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 239 (93.75% from 255 or 76.36% from 313); Max value from RGB is 239 - color contains mainly: blue. Hex color #202AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202AEF is #DFD510. Grayscale: #3C3C3C. Windows color (decimal): -14669073 or 15673888. OLE color: 15673888.
HSL color Cylindrical-coordinate representation of color #202AEF: hue angle of 237.1º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #202AEF is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 42 | 239 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.06 |
| HSL | 237.1º | 0.87% | 0.53% | - |
| HSV(B) | 237.1º | 0.87% | 0.94% | - |
| XYZ | 17 | 8.2 | 82.35 | - |
| YUV | 61.47 | 228.19 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 239 | 0.87 | 0.82 | 0 | 0.06 | 237.1 | 0.87 | 0.53 |
| Hex | 20 | 2A | EF | 57 | 52 | 0 | 6 | ED | 57 | 35 |
| Octal | 40 | 52 | 357 | 127 | 122 | 0 | 6 | 355 | 127 | 65 |
| Binary | 100000 | 101010 | 11101111 | 1010111 | 1010010 | 0 | 110 | 11101101 | 1010111 | 110101 |
Color Harmonies of #202AEF
Complementary color
Monochromatic Colors of #202AEF
Black with #202AEF
Text Example
Text Example
White with #202AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202AEF; }
p { color: rgb(32,42,239); }
H1.HeaderClassName
{
color: #202AEF;
}
.AnyTagClassName
{
color: #202AEF;
}
</style>
background-color css
<style>
a { background-color: #202AEF; }
a { background-color: rgb(32,42,239); }
div.DivClassName
{
background-color: #202AEF;
}
.BgClassName
{
background-color: #202AEF;
}
</style>
border-color css
<style>
span { border-color: #202AEF; }
span { border-color: rgb(32,42,239); }
td.TdClassName
{
border-color: #202AEF;
}
.TagClassName
{
border-color: #202AEF;
}
</style>