Html Css Color HEX #063EFC Blue

📋 copy color: '#063EFC'

red 6 ◦ green 62 ◦ blue 252

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

Shades of Blue #063EFC

Tints of Blue #063EFC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.38%

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

R = 1.88%
G = 19.38%
B = 78.75%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#063EFC (or 0x063EFC) is known color: Blue. HEX triplet: 06, 3E and FC. RGB value is (6,62,252). Sum of RGB (Red+Green+Blue) = 6+62+252=320 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 252 (98.83% from 255 or 78.75% from 320); Max value from RGB is 252 - color contains mainly: blue. Hex color #063EFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063EFC is #F9C103. Grayscale: #424242. Windows color (decimal): -16367876 or 16530950. OLE color: 16530950.

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

Color convert

RGB 6 62 252 -
CMYK 0.98 0.75 0 0.01
HSL 226.34º 0.98% 0.51% -
HSV(B) 226.34º 0.98% 0.99% -
XYZ 19.37 10.51 93.1 -
YUV 66.92 232.45 84.55 -
System Red Green Blue C M Y K H S L
Decimal 6 62 252 0.98 0.75 0 0.01 226.34 0.98 0.51
Hex 6 3E FC 62 4B 0 1 E2 62 33
Octal 6 76 374 142 113 0 1 342 142 63
Binary 110 111110 11111100 1100010 1001011 0 1 11100010 1100010 110011

Color Harmonies of #063EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063EFC

Black with #063EFC

Text Example


Text Example

White with #063EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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