Shades of Blue #063CFB
Tints of Blue #063CFB
RGB
CMYK
RGB Variations
Color information
#063CFB (or 0x063CFB) is known color: Blue. HEX triplet: 06, 3C and FB. RGB value is (6,60,251). Sum of RGB (Red+Green+Blue) = 6+60+251=317 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 251 (98.44% from 255 or 79.18% from 317); Max value from RGB is 251 - color contains mainly: blue. Hex color #063CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063CFB is #F9C304. Grayscale: #404040. Windows color (decimal): -16368389 or 16464902. OLE color: 16464902.
HSL color Cylindrical-coordinate representation of color #063CFB: hue angle of 226.78º degrees, saturation: 0.97, 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 #063CFB is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 60 | 251 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.02 |
| HSL | 226.78º | 0.97% | 0.5% | - |
| HSV(B) | 226.78º | 0.98% | 0.98% | - |
| XYZ | 19.1 | 10.24 | 92.24 | - |
| YUV | 65.63 | 232.61 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 251 | 0.98 | 0.76 | 0 | 0.02 | 226.78 | 0.97 | 0.5 |
| Hex | 6 | 3C | FB | 62 | 4C | 0 | 2 | E3 | 61 | 32 |
| Octal | 6 | 74 | 373 | 142 | 114 | 0 | 2 | 343 | 141 | 62 |
| Binary | 110 | 111100 | 11111011 | 1100010 | 1001100 | 0 | 10 | 11100011 | 1100001 | 110010 |
Color Harmonies of #063CFB
Complementary color
Monochromatic Colors of #063CFB
Black with #063CFB
Text Example
Text Example
White with #063CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063CFB; }
p { color: rgb(6,60,251); }
H1.HeaderClassName
{
color: #063CFB;
}
.AnyTagClassName
{
color: #063CFB;
}
</style>
background-color css
<style>
a { background-color: #063CFB; }
a { background-color: rgb(6,60,251); }
div.DivClassName
{
background-color: #063CFB;
}
.BgClassName
{
background-color: #063CFB;
}
</style>
border-color css
<style>
span { border-color: #063CFB; }
span { border-color: rgb(6,60,251); }
td.TdClassName
{
border-color: #063CFB;
}
.TagClassName
{
border-color: #063CFB;
}
</style>