#063AFD

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

Shades of Blue #063AFD

Tints of Blue #063AFD

Color information

#063AFD (or 0x063AFD) is unknown color: approx Blue. HEX triplet: 06, 3A and FD. RGB value is (6,58,253). Sum of RGB (Red+Green+Blue) = 6+58+253=317 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 253 (99.22% from 255 or 79.81% from 317); Max value from RGB is 253 - color contains mainly: blue. Hex color #063AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063AFD is #F9C502. Grayscale: #3F3F3F. Windows color (decimal): -16368899 or 16595462. OLE color: 16595462.

HSL color Cylindrical-coordinate representation of color #063AFD: hue angle of 227.37º 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 #063AFD is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB658253-
CMYK0.980.7700.01
HSL227.37º98.41%50.78%-
HSV(B)227.37º97.63%99.22%-
XYZ19.3210.1693.87-
YUV64.68234.2786.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.89%
GREEN value IS 58 (23.05% from 255) = 18.30%
BLUE value IS 253 (99.22% from 255) = 79.81%
R=1.89%
G=18.30%
B=79.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal6582530.980.7700.01227.3798.4150.78
Hex63AFD624D01e36233
Octal6723751421150134314263
Binary110111010111111011100010100110101111000111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063AFD; }

 p { color: rgb(6,58,253); }

 H1.HeaderClassName
 {
   color: #063AFD;
 }
 .AnyTagClassName
 {
   color: #063AFD;
 }
</style>
background-color css

<style>
 a { background-color: #063AFD; }

 a { background-color: rgb(6,58,253); }

 div.DivClassName
 {
   background-color: #063AFD;
 }
 .BgClassName
 {
   background-color: #063AFD;
 }
</style>
border-color css

<style>
 span { border-color: #063AFD; }

 span { border-color: rgb(6,58,253); }

 td.TdClassName
 {
   border-color: #063AFD;
 }
 .TagClassName
 {
   border-color: #063AFD;
 }
</style>