Html Css Color HEX #063CFF Blue

📋 copy color: '#063CFF'

red 6 ◦ green 60 ◦ blue 255

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

Shades of Blue #063CFF

Tints of Blue #063CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.69%

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

R = 1.87%
G = 18.69%
B = 79.44%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#063CFF (or 0x063CFF) is known color: Blue. HEX triplet: 06, 3C and FF. RGB value is (6,60,255). Sum of RGB (Red+Green+Blue) = 6+60+255=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 255 (100% from 255 or 79.44% from 321); Max value from RGB is 255 - color contains mainly: blue. Hex color #063CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063CFF is #F9C300. Grayscale: #414141. Windows color (decimal): -16368385 or 16727046. OLE color: 16727046.

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

Color convert

RGB 6 60 255 -
CMYK 0.98 0.76 0 0
HSL 226.99º 1% 0.51% -
HSV(B) 226.99º 0.98% 1% -
XYZ 19.74 10.49 95.59 -
YUV 66.08 234.61 85.14 -
System Red Green Blue C M Y K H S L
Decimal 6 60 255 0.98 0.76 0 0 226.99 1 0.51
Hex 6 3C FF 62 4C 0 0 E3 64 33
Octal 6 74 377 142 114 0 0 343 144 63
Binary 110 111100 11111111 1100010 1001100 0 0 11100011 1100100 110011

Color Harmonies of #063CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063CFF

Black with #063CFF

Text Example


Text Example

White with #063CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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