Shades of Blue #063DFE
Tints of Blue #063DFE
RGB
CMYK
RGB Variations
Color information
#063DFE (or 0x063DFE) is known color: Blue. HEX triplet: 06, 3D and FE. RGB value is (6,61,254). Sum of RGB (Red+Green+Blue) = 6+61+254=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 254 (99.61% from 255 or 79.13% from 321); Max value from RGB is 254 - color contains mainly: blue. Hex color #063DFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063DFE is #F9C201. Grayscale: #414141. Windows color (decimal): -16368130 or 16661766. OLE color: 16661766.
HSL color Cylindrical-coordinate representation of color #063DFE: hue angle of 226.69º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063DFE is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 61 | 254 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.00 |
| HSL | 226.69º | 0.99% | 0.51% | - |
| HSV(B) | 226.69º | 0.98% | 1% | - |
| XYZ | 19.63 | 10.53 | 94.76 | - |
| YUV | 66.56 | 233.78 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 254 | 0.98 | 0.76 | 0 | 0.00 | 226.69 | 0.99 | 0.51 |
| Hex | 6 | 3D | FE | 62 | 4C | 0 | 0 | E3 | 63 | 33 |
| Octal | 6 | 75 | 376 | 142 | 114 | 0 | 0 | 343 | 143 | 63 |
| Binary | 110 | 111101 | 11111110 | 1100010 | 1001100 | 0 | 0 | 11100011 | 1100011 | 110011 |
Color Harmonies of #063DFE
Complementary color
Monochromatic Colors of #063DFE
Black with #063DFE
Text Example
Text Example
White with #063DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063DFE; }
p { color: rgb(6,61,254); }
H1.HeaderClassName
{
color: #063DFE;
}
.AnyTagClassName
{
color: #063DFE;
}
</style>
background-color css
<style>
a { background-color: #063DFE; }
a { background-color: rgb(6,61,254); }
div.DivClassName
{
background-color: #063DFE;
}
.BgClassName
{
background-color: #063DFE;
}
</style>
border-color css
<style>
span { border-color: #063DFE; }
span { border-color: rgb(6,61,254); }
td.TdClassName
{
border-color: #063DFE;
}
.TagClassName
{
border-color: #063DFE;
}
</style>