#063BF9

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

Shades of Blue #063BF9

Tints of Blue #063BF9

Color information

#063BF9 (or 0x063BF9) is unknown color: approx Blue. HEX triplet: 06, 3B and F9. RGB value is (6,59,249). Sum of RGB (Red+Green+Blue) = 6+59+249=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 249 (97.66% from 255 or 79.30% from 314); Max value from RGB is 249 - color contains mainly: blue. Hex color #063BF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063BF9 is #F9C406. Grayscale: #3F3F3F. Windows color (decimal): -16368647 or 16333574. OLE color: 16333574.

HSL color Cylindrical-coordinate representation of color #063BF9: hue angle of 226.91º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063BF9 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB659249-
CMYK0.980.7600.02
HSL226.91º95.29%50%-
HSV(B)226.91º97.59%97.65%-
XYZ18.7410.0190.57-
YUV64.81231.9486.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.91%
GREEN value IS 59 (23.44% from 255) = 18.79%
BLUE value IS 249 (97.66% from 255) = 79.30%
R=1.91%
G=18.79%
B=79.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal6592490.980.7600.02226.9195.2950
Hex63BF9624C02e35f32
Octal6733711421140234313762
Binary1101110111111100111000101001100010111000111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,59,249); }

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

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

 a { background-color: rgb(6,59,249); }

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

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

 span { border-color: rgb(6,59,249); }

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