Shades of Blue #061FFB
Tints of Blue #061FFB
RGB
CMYK
RGB Variations
Color information
#061FFB (or 0x061FFB) is known color: Blue. HEX triplet: 06, 1F and FB. RGB value is (6,31,251). Sum of RGB (Red+Green+Blue) = 6+31+251=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 251 (98.44% from 255 or 87.15% from 288); Max value from RGB is 251 - color contains mainly: blue. Hex color #061FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061FFB is #F9E004. Grayscale: #2F2F2F. Windows color (decimal): -16375813 or 16457478. OLE color: 16457478.
HSL color Cylindrical-coordinate representation of color #061FFB: hue angle of 233.88º 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 #061FFB is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 31 | 251 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.02 |
| HSL | 233.88º | 0.97% | 0.5% | - |
| HSV(B) | 233.88º | 0.98% | 0.98% | - |
| XYZ | 17.98 | 7.98 | 91.86 | - |
| YUV | 48.61 | 242.22 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 251 | 0.98 | 0.88 | 0 | 0.02 | 233.88 | 0.97 | 0.5 |
| Hex | 6 | 1F | FB | 62 | 58 | 0 | 2 | EA | 61 | 32 |
| Octal | 6 | 37 | 373 | 142 | 130 | 0 | 2 | 352 | 141 | 62 |
| Binary | 110 | 11111 | 11111011 | 1100010 | 1011000 | 0 | 10 | 11101010 | 1100001 | 110010 |
Color Harmonies of #061FFB
Complementary color
Monochromatic Colors of #061FFB
Black with #061FFB
Text Example
Text Example
White with #061FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061FFB; }
p { color: rgb(6,31,251); }
H1.HeaderClassName
{
color: #061FFB;
}
.AnyTagClassName
{
color: #061FFB;
}
</style>
background-color css
<style>
a { background-color: #061FFB; }
a { background-color: rgb(6,31,251); }
div.DivClassName
{
background-color: #061FFB;
}
.BgClassName
{
background-color: #061FFB;
}
</style>
border-color css
<style>
span { border-color: #061FFB; }
span { border-color: rgb(6,31,251); }
td.TdClassName
{
border-color: #061FFB;
}
.TagClassName
{
border-color: #061FFB;
}
</style>