Shades of Blue #063FFF
Tints of Blue #063FFF
RGB
CMYK
RGB Variations
Color information
#063FFF (or 0x063FFF) is known color: Blue. HEX triplet: 06, 3F and FF. RGB value is (6,63,255). Sum of RGB (Red+Green+Blue) = 6+63+255=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 255 (100% from 255 or 78.70% from 324); Max value from RGB is 255 - color contains mainly: blue. Hex color #063FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063FFF is #F9C000. Grayscale: #434343. Windows color (decimal): -16367617 or 16727814. OLE color: 16727814.
HSL color Cylindrical-coordinate representation of color #063FFF: hue angle of 226.27º 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 #063FFF is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 63 | 255 | - |
| CMYK | 0.98 | 0.75 | 0 | 0 |
| HSL | 226.27º | 1% | 0.51% | - |
| HSV(B) | 226.27º | 0.98% | 1% | - |
| XYZ | 19.9 | 10.81 | 95.65 | - |
| YUV | 67.85 | 233.62 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 255 | 0.98 | 0.75 | 0 | 0 | 226.27 | 1 | 0.51 |
| Hex | 6 | 3F | FF | 62 | 4B | 0 | 0 | E2 | 64 | 33 |
| Octal | 6 | 77 | 377 | 142 | 113 | 0 | 0 | 342 | 144 | 63 |
| Binary | 110 | 111111 | 11111111 | 1100010 | 1001011 | 0 | 0 | 11100010 | 1100100 | 110011 |
Color Harmonies of #063FFF
Complementary color
Monochromatic Colors of #063FFF
Black with #063FFF
Text Example
Text Example
White with #063FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FFF; }
p { color: rgb(6,63,255); }
H1.HeaderClassName
{
color: #063FFF;
}
.AnyTagClassName
{
color: #063FFF;
}
</style>
background-color css
<style>
a { background-color: #063FFF; }
a { background-color: rgb(6,63,255); }
div.DivClassName
{
background-color: #063FFF;
}
.BgClassName
{
background-color: #063FFF;
}
</style>
border-color css
<style>
span { border-color: #063FFF; }
span { border-color: rgb(6,63,255); }
td.TdClassName
{
border-color: #063FFF;
}
.TagClassName
{
border-color: #063FFF;
}
</style>