Shades of Blue #063BFD
Tints of Blue #063BFD
RGB
CMYK
RGB Variations
Color information
#063BFD (or 0x063BFD) is known color: Blue. HEX triplet: 06, 3B and FD. RGB value is (6,59,253). Sum of RGB (Red+Green+Blue) = 6+59+253=318 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 253 (99.22% from 255 or 79.56% from 318); Max value from RGB is 253 - color contains mainly: blue. Hex color #063BFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063BFD is #F9C402. Grayscale: #404040. Windows color (decimal): -16368643 or 16595718. OLE color: 16595718.
HSL color Cylindrical-coordinate representation of color #063BFD: hue angle of 227.13º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063BFD is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 59 | 253 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.01 |
| HSL | 227.13º | 0.98% | 0.51% | - |
| HSV(B) | 227.13º | 0.98% | 0.99% | - |
| XYZ | 19.37 | 10.26 | 93.89 | - |
| YUV | 65.27 | 233.94 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 253 | 0.98 | 0.77 | 0 | 0.01 | 227.13 | 0.98 | 0.51 |
| Hex | 6 | 3B | FD | 62 | 4D | 0 | 1 | E3 | 62 | 33 |
| Octal | 6 | 73 | 375 | 142 | 115 | 0 | 1 | 343 | 142 | 63 |
| Binary | 110 | 111011 | 11111101 | 1100010 | 1001101 | 0 | 1 | 11100011 | 1100010 | 110011 |
Color Harmonies of #063BFD
Complementary color
Monochromatic Colors of #063BFD
Black with #063BFD
Text Example
Text Example
White with #063BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063BFD; }
p { color: rgb(6,59,253); }
H1.HeaderClassName
{
color: #063BFD;
}
.AnyTagClassName
{
color: #063BFD;
}
</style>
background-color css
<style>
a { background-color: #063BFD; }
a { background-color: rgb(6,59,253); }
div.DivClassName
{
background-color: #063BFD;
}
.BgClassName
{
background-color: #063BFD;
}
</style>
border-color css
<style>
span { border-color: #063BFD; }
span { border-color: rgb(6,59,253); }
td.TdClassName
{
border-color: #063BFD;
}
.TagClassName
{
border-color: #063BFD;
}
</style>