Shades of Blue #063DF8
Tints of Blue #063DF8
RGB
CMYK
RGB Variations
Color information
#063DF8 (or 0x063DF8) is known color: Blue. HEX triplet: 06, 3D and F8. RGB value is (6,61,248). Sum of RGB (Red+Green+Blue) = 6+61+248=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 248 (97.27% from 255 or 78.73% from 315); Max value from RGB is 248 - color contains mainly: blue. Hex color #063DF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063DF8 is #F9C207. Grayscale: #414141. Windows color (decimal): -16368136 or 16268550. OLE color: 16268550.
HSL color Cylindrical-coordinate representation of color #063DF8: hue angle of 226.36º 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 #063DF8 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 61 | 248 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.03 |
| HSL | 226.36º | 0.95% | 0.5% | - |
| HSV(B) | 226.36º | 0.98% | 0.97% | - |
| XYZ | 18.69 | 10.15 | 89.78 | - |
| YUV | 65.87 | 230.78 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 248 | 0.98 | 0.75 | 0 | 0.03 | 226.36 | 0.95 | 0.5 |
| Hex | 6 | 3D | F8 | 62 | 4B | 0 | 3 | E2 | 5F | 32 |
| Octal | 6 | 75 | 370 | 142 | 113 | 0 | 3 | 342 | 137 | 62 |
| Binary | 110 | 111101 | 11111000 | 1100010 | 1001011 | 0 | 11 | 11100010 | 1011111 | 110010 |
Color Harmonies of #063DF8
Complementary color
Monochromatic Colors of #063DF8
Black with #063DF8
Text Example
Text Example
White with #063DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063DF8; }
p { color: rgb(6,61,248); }
H1.HeaderClassName
{
color: #063DF8;
}
.AnyTagClassName
{
color: #063DF8;
}
</style>
background-color css
<style>
a { background-color: #063DF8; }
a { background-color: rgb(6,61,248); }
div.DivClassName
{
background-color: #063DF8;
}
.BgClassName
{
background-color: #063DF8;
}
</style>
border-color css
<style>
span { border-color: #063DF8; }
span { border-color: rgb(6,61,248); }
td.TdClassName
{
border-color: #063DF8;
}
.TagClassName
{
border-color: #063DF8;
}
</style>