Html Css Color HEX #063AFF Blue

📋 copy color: '#063AFF'

red 6 ◦ green 58 ◦ blue 255

#063AFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #063AFF

Tints of Blue #063AFF

RGB

 RED value IS 6 (2.73% from 255) = 1.88%

 GREEN value IS 58 (23.05% from 255) = 18.18%

 BLUE value IS 255 (100% from 255) = 79.94%

R = 1.88%
G = 18.18%
B = 79.94%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#063AFF (or 0x063AFF) is known color: Blue. HEX triplet: 06, 3A and FF. RGB value is (6,58,255). Sum of RGB (Red+Green+Blue) = 6+58+255=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 255 (100% from 255 or 79.94% from 319); Max value from RGB is 255 - color contains mainly: blue. Hex color #063AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063AFF is #F9C500. Grayscale: #404040. Windows color (decimal): -16368897 or 16726534. OLE color: 16726534.

HSL color Cylindrical-coordinate representation of color #063AFF: hue angle of 227.47º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063AFF is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 6 58 255 -
CMYK 0.98 0.77 0 0
HSL 227.47º 1% 0.51% -
HSV(B) 227.47º 0.98% 1% -
XYZ 19.64 10.28 95.56 -
YUV 64.91 235.27 85.98 -
System Red Green Blue C M Y K H S L
Decimal 6 58 255 0.98 0.77 0 0 227.47 1 0.51
Hex 6 3A FF 62 4D 0 0 E3 64 33
Octal 6 72 377 142 115 0 0 343 144 63
Binary 110 111010 11111111 1100010 1001101 0 0 11100011 1100100 110011

Color Harmonies of #063AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063AFF

Black with #063AFF

Text Example


Text Example

White with #063AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #063AFF;
 }
 .AnyTagClassName
 {
   color: #063AFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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