Shades of Blue #063CF8
Tints of Blue #063CF8
RGB
CMYK
RGB Variations
Color information
#063CF8 (or 0x063CF8) is known color: Blue. HEX triplet: 06, 3C and F8. RGB value is (6,60,248). Sum of RGB (Red+Green+Blue) = 6+60+248=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 248 (97.27% from 255 or 78.98% from 314); Max value from RGB is 248 - color contains mainly: blue. Hex color #063CF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063CF8 is #F9C307. Grayscale: #404040. Windows color (decimal): -16368392 or 16268294. OLE color: 16268294.
HSL color Cylindrical-coordinate representation of color #063CF8: hue angle of 226.61º 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 #063CF8 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 60 | 248 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.03 |
| HSL | 226.61º | 0.95% | 0.5% | - |
| HSV(B) | 226.61º | 0.98% | 0.97% | - |
| XYZ | 18.63 | 10.05 | 89.76 | - |
| YUV | 65.29 | 231.11 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 248 | 0.98 | 0.76 | 0 | 0.03 | 226.61 | 0.95 | 0.5 |
| Hex | 6 | 3C | F8 | 62 | 4C | 0 | 3 | E3 | 5F | 32 |
| Octal | 6 | 74 | 370 | 142 | 114 | 0 | 3 | 343 | 137 | 62 |
| Binary | 110 | 111100 | 11111000 | 1100010 | 1001100 | 0 | 11 | 11100011 | 1011111 | 110010 |
Color Harmonies of #063CF8
Complementary color
Monochromatic Colors of #063CF8
Black with #063CF8
Text Example
Text Example
White with #063CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063CF8; }
p { color: rgb(6,60,248); }
H1.HeaderClassName
{
color: #063CF8;
}
.AnyTagClassName
{
color: #063CF8;
}
</style>
background-color css
<style>
a { background-color: #063CF8; }
a { background-color: rgb(6,60,248); }
div.DivClassName
{
background-color: #063CF8;
}
.BgClassName
{
background-color: #063CF8;
}
</style>
border-color css
<style>
span { border-color: #063CF8; }
span { border-color: rgb(6,60,248); }
td.TdClassName
{
border-color: #063CF8;
}
.TagClassName
{
border-color: #063CF8;
}
</style>