Shades of Blue #061EFB
Tints of Blue #061EFB
RGB
CMYK
RGB Variations
Color information
#061EFB (or 0x061EFB) is known color: Blue. HEX triplet: 06, 1E and FB. RGB value is (6,30,251). Sum of RGB (Red+Green+Blue) = 6+30+251=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 251 (98.44% from 255 or 87.46% from 287); Max value from RGB is 251 - color contains mainly: blue. Hex color #061EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061EFB is #F9E104. Grayscale: #2F2F2F. Windows color (decimal): -16376069 or 16457222. OLE color: 16457222.
HSL color Cylindrical-coordinate representation of color #061EFB: hue angle of 234.12º degrees, saturation: 0.97, 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 #061EFB is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 30 | 251 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.02 |
| HSL | 234.12º | 0.97% | 0.5% | - |
| HSV(B) | 234.12º | 0.98% | 0.98% | - |
| XYZ | 17.95 | 7.93 | 91.85 | - |
| YUV | 48.02 | 242.55 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 251 | 0.98 | 0.88 | 0 | 0.02 | 234.12 | 0.97 | 0.5 |
| Hex | 6 | 1E | FB | 62 | 58 | 0 | 2 | EA | 61 | 32 |
| Octal | 6 | 36 | 373 | 142 | 130 | 0 | 2 | 352 | 141 | 62 |
| Binary | 110 | 11110 | 11111011 | 1100010 | 1011000 | 0 | 10 | 11101010 | 1100001 | 110010 |
Color Harmonies of #061EFB
Complementary color
Monochromatic Colors of #061EFB
Black with #061EFB
Text Example
Text Example
White with #061EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061EFB; }
p { color: rgb(6,30,251); }
H1.HeaderClassName
{
color: #061EFB;
}
.AnyTagClassName
{
color: #061EFB;
}
</style>
background-color css
<style>
a { background-color: #061EFB; }
a { background-color: rgb(6,30,251); }
div.DivClassName
{
background-color: #061EFB;
}
.BgClassName
{
background-color: #061EFB;
}
</style>
border-color css
<style>
span { border-color: #061EFB; }
span { border-color: rgb(6,30,251); }
td.TdClassName
{
border-color: #061EFB;
}
.TagClassName
{
border-color: #061EFB;
}
</style>