Shades of Blue #2027FA
Tints of Blue #2027FA
RGB
CMYK
RGB Variations
Color information
#2027FA (or 0x2027FA) is known color: Blue. HEX triplet: 20, 27 and FA. RGB value is (32,39,250). Sum of RGB (Red+Green+Blue) = 32+39+250=321 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.97% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 250 (98.05% from 255 or 77.88% from 321); Max value from RGB is 250 - color contains mainly: blue. Hex color #2027FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2027FA is #DFD805. Grayscale: #3C3C3C. Windows color (decimal): -14669830 or 16394016. OLE color: 16394016.
HSL color Cylindrical-coordinate representation of color #2027FA: hue angle of 238.07º 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 #2027FA is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 39 | 250 | - |
| CMYK | 0.87 | 0.84 | 0 | 0.02 |
| HSL | 238.07º | 0.96% | 0.55% | - |
| HSV(B) | 238.07º | 0.87% | 0.98% | - |
| XYZ | 18.58 | 8.66 | 91.13 | - |
| YUV | 60.96 | 234.68 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 39 | 250 | 0.87 | 0.84 | 0 | 0.02 | 238.07 | 0.96 | 0.55 |
| Hex | 20 | 27 | FA | 57 | 54 | 0 | 2 | EE | 60 | 37 |
| Octal | 40 | 47 | 372 | 127 | 124 | 0 | 2 | 356 | 140 | 67 |
| Binary | 100000 | 100111 | 11111010 | 1010111 | 1010100 | 0 | 10 | 11101110 | 1100000 | 110111 |
Color Harmonies of #2027FA
Complementary color
Monochromatic Colors of #2027FA
Black with #2027FA
Text Example
Text Example
White with #2027FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2027FA; }
p { color: rgb(32,39,250); }
H1.HeaderClassName
{
color: #2027FA;
}
.AnyTagClassName
{
color: #2027FA;
}
</style>
background-color css
<style>
a { background-color: #2027FA; }
a { background-color: rgb(32,39,250); }
div.DivClassName
{
background-color: #2027FA;
}
.BgClassName
{
background-color: #2027FA;
}
</style>
border-color css
<style>
span { border-color: #2027FA; }
span { border-color: rgb(32,39,250); }
td.TdClassName
{
border-color: #2027FA;
}
.TagClassName
{
border-color: #2027FA;
}
</style>