#063DFE

Color #063DFE Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #063DFE

Tints of Blue #063DFE

Color information

#063DFE (or 0x063DFE) is unknown color: approx 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

RGB661254-
CMYK0.980.7600.00
HSL226.69º99.2%50.98%-
HSV(B)226.69º97.64%99.61%-
XYZ19.6310.5394.76-
YUV66.56233.7884.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 1.87%
GREEN value IS 61 (24.22% from 255) = 19.00%
BLUE value IS 254 (99.61% from 255) = 79.13%
R=1.87%
G=19.00%
B=79.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal6612540.980.7600.00226.6999.250.98
Hex63DFE624C00e36333
Octal6753761421140034314363
Binary110111101111111101100010100110000111000111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>