Html Css Color HEX #063DFB Blue

📋 copy color: '#063DFB'

red 6 ◦ green 61 ◦ blue 251

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

Shades of Blue #063DFB

Tints of Blue #063DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.18%

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

R = 1.89%
G = 19.18%
B = 78.93%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#063DFB (or 0x063DFB) is known color: Blue. HEX triplet: 06, 3D and FB. RGB value is (6,61,251). Sum of RGB (Red+Green+Blue) = 6+61+251=318 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 251 (98.44% from 255 or 78.93% from 318); Max value from RGB is 251 - color contains mainly: blue. Hex color #063DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063DFB is #F9C204. Grayscale: #414141. Windows color (decimal): -16368133 or 16465158. OLE color: 16465158.

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

Color convert

RGB 6 61 251 -
CMYK 0.98 0.76 0 0.02
HSL 226.53º 0.97% 0.5% -
HSV(B) 226.53º 0.98% 0.98% -
XYZ 19.16 10.34 92.25 -
YUV 66.22 232.28 85.05 -
System Red Green Blue C M Y K H S L
Decimal 6 61 251 0.98 0.76 0 0.02 226.53 0.97 0.5
Hex 6 3D FB 62 4C 0 2 E3 61 32
Octal 6 75 373 142 114 0 2 343 141 62
Binary 110 111101 11111011 1100010 1001100 0 10 11100011 1100001 110010

Color Harmonies of #063DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063DFB

Black with #063DFB

Text Example


Text Example

White with #063DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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