Html Css Color HEX #063EFB Blue

📋 copy color: '#063EFB'

red 6 ◦ green 62 ◦ blue 251

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

Shades of Blue #063EFB

Tints of Blue #063EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 78.68%

R = 1.88%
G = 19.44%
B = 78.68%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#063EFB (or 0x063EFB) is known color: Blue. HEX triplet: 06, 3E and FB. RGB value is (6,62,251). Sum of RGB (Red+Green+Blue) = 6+62+251=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 251 (98.44% from 255 or 78.68% from 319); Max value from RGB is 251 - color contains mainly: blue. Hex color #063EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063EFB is #F9C104. Grayscale: #414141. Windows color (decimal): -16367877 or 16465414. OLE color: 16465414.

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

Color convert

RGB 6 62 251 -
CMYK 0.98 0.75 0 0.02
HSL 226.29º 0.97% 0.5% -
HSV(B) 226.29º 0.98% 0.98% -
XYZ 19.21 10.45 92.27 -
YUV 66.8 231.95 84.63 -
System Red Green Blue C M Y K H S L
Decimal 6 62 251 0.98 0.75 0 0.02 226.29 0.97 0.5
Hex 6 3E FB 62 4B 0 2 E2 61 32
Octal 6 76 373 142 113 0 2 342 141 62
Binary 110 111110 11111011 1100010 1001011 0 10 11100010 1100001 110010

Color Harmonies of #063EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063EFB

Black with #063EFB

Text Example


Text Example

White with #063EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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