Shades of Blue #063CF7
Tints of Blue #063CF7
RGB
CMYK
RGB Variations
Color information
#063CF7 (or 0x063CF7) is known color: Blue. HEX triplet: 06, 3C and F7. RGB value is (6,60,247). Sum of RGB (Red+Green+Blue) = 6+60+247=313 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 247 (96.88% from 255 or 78.91% from 313); Max value from RGB is 247 - color contains mainly: blue. Hex color #063CF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063CF7 is #F9C308. Grayscale: #404040. Windows color (decimal): -16368393 or 16202758. OLE color: 16202758.
HSL color Cylindrical-coordinate representation of color #063CF7: hue angle of 226.56º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063CF7 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 60 | 247 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.03 |
| HSL | 226.56º | 0.95% | 0.5% | - |
| HSV(B) | 226.56º | 0.98% | 0.97% | - |
| XYZ | 18.48 | 9.99 | 88.95 | - |
| YUV | 65.17 | 230.61 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 247 | 0.98 | 0.76 | 0 | 0.03 | 226.56 | 0.95 | 0.5 |
| Hex | 6 | 3C | F7 | 62 | 4C | 0 | 3 | E3 | 5F | 32 |
| Octal | 6 | 74 | 367 | 142 | 114 | 0 | 3 | 343 | 137 | 62 |
| Binary | 110 | 111100 | 11110111 | 1100010 | 1001100 | 0 | 11 | 11100011 | 1011111 | 110010 |
Color Harmonies of #063CF7
Complementary color
Monochromatic Colors of #063CF7
Black with #063CF7
Text Example
Text Example
White with #063CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063CF7; }
p { color: rgb(6,60,247); }
H1.HeaderClassName
{
color: #063CF7;
}
.AnyTagClassName
{
color: #063CF7;
}
</style>
background-color css
<style>
a { background-color: #063CF7; }
a { background-color: rgb(6,60,247); }
div.DivClassName
{
background-color: #063CF7;
}
.BgClassName
{
background-color: #063CF7;
}
</style>
border-color css
<style>
span { border-color: #063CF7; }
span { border-color: rgb(6,60,247); }
td.TdClassName
{
border-color: #063CF7;
}
.TagClassName
{
border-color: #063CF7;
}
</style>