Shades of Blue #063CFA
Tints of Blue #063CFA
RGB
CMYK
RGB Variations
Color information
#063CFA (or 0x063CFA) is known color: Blue. HEX triplet: 06, 3C and FA. RGB value is (6,60,250). Sum of RGB (Red+Green+Blue) = 6+60+250=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 250 (98.05% from 255 or 79.11% from 316); Max value from RGB is 250 - color contains mainly: blue. Hex color #063CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063CFA is #F9C305. Grayscale: #404040. Windows color (decimal): -16368390 or 16399366. OLE color: 16399366.
HSL color Cylindrical-coordinate representation of color #063CFA: hue angle of 226.72º degrees, saturation: 0.96, 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 #063CFA is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 60 | 250 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.02 |
| HSL | 226.72º | 0.96% | 0.5% | - |
| HSV(B) | 226.72º | 0.98% | 0.98% | - |
| XYZ | 18.95 | 10.17 | 91.41 | - |
| YUV | 65.51 | 232.11 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 250 | 0.98 | 0.76 | 0 | 0.02 | 226.72 | 0.96 | 0.5 |
| Hex | 6 | 3C | FA | 62 | 4C | 0 | 2 | E3 | 60 | 32 |
| Octal | 6 | 74 | 372 | 142 | 114 | 0 | 2 | 343 | 140 | 62 |
| Binary | 110 | 111100 | 11111010 | 1100010 | 1001100 | 0 | 10 | 11100011 | 1100000 | 110010 |
Color Harmonies of #063CFA
Complementary color
Monochromatic Colors of #063CFA
Black with #063CFA
Text Example
Text Example
White with #063CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063CFA; }
p { color: rgb(6,60,250); }
H1.HeaderClassName
{
color: #063CFA;
}
.AnyTagClassName
{
color: #063CFA;
}
</style>
background-color css
<style>
a { background-color: #063CFA; }
a { background-color: rgb(6,60,250); }
div.DivClassName
{
background-color: #063CFA;
}
.BgClassName
{
background-color: #063CFA;
}
</style>
border-color css
<style>
span { border-color: #063CFA; }
span { border-color: rgb(6,60,250); }
td.TdClassName
{
border-color: #063CFA;
}
.TagClassName
{
border-color: #063CFA;
}
</style>