Html Css Color HEX #063CFC Blue

📋 copy color: '#063CFC'

red 6 ◦ green 60 ◦ blue 252

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

Shades of Blue #063CFC

Tints of Blue #063CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 79.25%

R = 1.89%
G = 18.87%
B = 79.25%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#063CFC (or 0x063CFC) is known color: Blue. HEX triplet: 06, 3C and FC. RGB value is (6,60,252). Sum of RGB (Red+Green+Blue) = 6+60+252=318 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 252 (98.83% from 255 or 79.25% from 318); Max value from RGB is 252 - color contains mainly: blue. Hex color #063CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063CFC is #F9C303. Grayscale: #404040. Windows color (decimal): -16368388 or 16530438. OLE color: 16530438.

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

Color convert

RGB 6 60 252 -
CMYK 0.98 0.76 0 0.01
HSL 226.83º 0.98% 0.51% -
HSV(B) 226.83º 0.98% 0.99% -
XYZ 19.26 10.3 93.07 -
YUV 65.74 233.11 85.39 -
System Red Green Blue C M Y K H S L
Decimal 6 60 252 0.98 0.76 0 0.01 226.83 0.98 0.51
Hex 6 3C FC 62 4C 0 1 E3 62 33
Octal 6 74 374 142 114 0 1 343 142 63
Binary 110 111100 11111100 1100010 1001100 0 1 11100011 1100010 110011

Color Harmonies of #063CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063CFC

Black with #063CFC

Text Example


Text Example

White with #063CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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