Shades of Blue #061EFA
Tints of Blue #061EFA
RGB
CMYK
RGB Variations
Color information
#061EFA (or 0x061EFA) is known color: Blue. HEX triplet: 06, 1E and FA. RGB value is (6,30,250). Sum of RGB (Red+Green+Blue) = 6+30+250=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 250 (98.05% from 255 or 87.41% from 286); Max value from RGB is 250 - color contains mainly: blue. Hex color #061EFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061EFA is #F9E105. Grayscale: #2F2F2F. Windows color (decimal): -16376070 or 16391686. OLE color: 16391686.
HSL color Cylindrical-coordinate representation of color #061EFA: hue angle of 234.1º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #061EFA is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 30 | 250 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.02 |
| HSL | 234.1º | 0.96% | 0.5% | - |
| HSV(B) | 234.1º | 0.98% | 0.98% | - |
| XYZ | 17.79 | 7.87 | 91.02 | - |
| YUV | 47.9 | 242.05 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 250 | 0.98 | 0.88 | 0 | 0.02 | 234.1 | 0.96 | 0.5 |
| Hex | 6 | 1E | FA | 62 | 58 | 0 | 2 | EA | 60 | 32 |
| Octal | 6 | 36 | 372 | 142 | 130 | 0 | 2 | 352 | 140 | 62 |
| Binary | 110 | 11110 | 11111010 | 1100010 | 1011000 | 0 | 10 | 11101010 | 1100000 | 110010 |
Color Harmonies of #061EFA
Complementary color
Monochromatic Colors of #061EFA
Black with #061EFA
Text Example
Text Example
White with #061EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061EFA; }
p { color: rgb(6,30,250); }
H1.HeaderClassName
{
color: #061EFA;
}
.AnyTagClassName
{
color: #061EFA;
}
</style>
background-color css
<style>
a { background-color: #061EFA; }
a { background-color: rgb(6,30,250); }
div.DivClassName
{
background-color: #061EFA;
}
.BgClassName
{
background-color: #061EFA;
}
</style>
border-color css
<style>
span { border-color: #061EFA; }
span { border-color: rgb(6,30,250); }
td.TdClassName
{
border-color: #061EFA;
}
.TagClassName
{
border-color: #061EFA;
}
</style>