Shades of Blue #063BFB
Tints of Blue #063BFB
RGB
CMYK
RGB Variations
Color information
#063BFB (or 0x063BFB) is known color: Blue. HEX triplet: 06, 3B and FB. RGB value is (6,59,251). Sum of RGB (Red+Green+Blue) = 6+59+251=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 251 (98.44% from 255 or 79.43% from 316); Max value from RGB is 251 - color contains mainly: blue. Hex color #063BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063BFB is #F9C404. Grayscale: #404040. Windows color (decimal): -16368645 or 16464646. OLE color: 16464646.
HSL color Cylindrical-coordinate representation of color #063BFB: hue angle of 227.02º 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 #063BFB is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 59 | 251 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.02 |
| HSL | 227.02º | 0.97% | 0.5% | - |
| HSV(B) | 227.02º | 0.98% | 0.98% | - |
| XYZ | 19.05 | 10.13 | 92.22 | - |
| YUV | 65.04 | 232.94 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 251 | 0.98 | 0.76 | 0 | 0.02 | 227.02 | 0.97 | 0.5 |
| Hex | 6 | 3B | FB | 62 | 4C | 0 | 2 | E3 | 61 | 32 |
| Octal | 6 | 73 | 373 | 142 | 114 | 0 | 2 | 343 | 141 | 62 |
| Binary | 110 | 111011 | 11111011 | 1100010 | 1001100 | 0 | 10 | 11100011 | 1100001 | 110010 |
Color Harmonies of #063BFB
Complementary color
Monochromatic Colors of #063BFB
Black with #063BFB
Text Example
Text Example
White with #063BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063BFB; }
p { color: rgb(6,59,251); }
H1.HeaderClassName
{
color: #063BFB;
}
.AnyTagClassName
{
color: #063BFB;
}
</style>
background-color css
<style>
a { background-color: #063BFB; }
a { background-color: rgb(6,59,251); }
div.DivClassName
{
background-color: #063BFB;
}
.BgClassName
{
background-color: #063BFB;
}
</style>
border-color css
<style>
span { border-color: #063BFB; }
span { border-color: rgb(6,59,251); }
td.TdClassName
{
border-color: #063BFB;
}
.TagClassName
{
border-color: #063BFB;
}
</style>