Shades of Blue #063BFF
Tints of Blue #063BFF
RGB
CMYK
RGB Variations
Color information
#063BFF (or 0x063BFF) is known color: Blue. HEX triplet: 06, 3B and FF. RGB value is (6,59,255). Sum of RGB (Red+Green+Blue) = 6+59+255=320 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 255 (100% from 255 or 79.69% from 320); Max value from RGB is 255 - color contains mainly: blue. Hex color #063BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063BFF is #F9C400. Grayscale: #404040. Windows color (decimal): -16368641 or 16726790. OLE color: 16726790.
HSL color Cylindrical-coordinate representation of color #063BFF: hue angle of 227.23º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063BFF is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 59 | 255 | - |
| CMYK | 0.98 | 0.77 | 0 | 0 |
| HSL | 227.23º | 1% | 0.51% | - |
| HSV(B) | 227.23º | 0.98% | 1% | - |
| XYZ | 19.69 | 10.39 | 95.57 | - |
| YUV | 65.5 | 234.94 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 255 | 0.98 | 0.77 | 0 | 0 | 227.23 | 1 | 0.51 |
| Hex | 6 | 3B | FF | 62 | 4D | 0 | 0 | E3 | 64 | 33 |
| Octal | 6 | 73 | 377 | 142 | 115 | 0 | 0 | 343 | 144 | 63 |
| Binary | 110 | 111011 | 11111111 | 1100010 | 1001101 | 0 | 0 | 11100011 | 1100100 | 110011 |
Color Harmonies of #063BFF
Complementary color
Monochromatic Colors of #063BFF
Black with #063BFF
Text Example
Text Example
White with #063BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063BFF; }
p { color: rgb(6,59,255); }
H1.HeaderClassName
{
color: #063BFF;
}
.AnyTagClassName
{
color: #063BFF;
}
</style>
background-color css
<style>
a { background-color: #063BFF; }
a { background-color: rgb(6,59,255); }
div.DivClassName
{
background-color: #063BFF;
}
.BgClassName
{
background-color: #063BFF;
}
</style>
border-color css
<style>
span { border-color: #063BFF; }
span { border-color: rgb(6,59,255); }
td.TdClassName
{
border-color: #063BFF;
}
.TagClassName
{
border-color: #063BFF;
}
</style>