Html Css Color HEX #063CFD Blue

📋 copy color: '#063CFD'

red 6 ◦ green 60 ◦ blue 253

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

Shades of Blue #063CFD

Tints of Blue #063CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 79.31%

R = 1.88%
G = 18.81%
B = 79.31%

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

#063CFD (or 0x063CFD) is known color: Blue. HEX triplet: 06, 3C and FD. RGB value is (6,60,253). Sum of RGB (Red+Green+Blue) = 6+60+253=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 253 (99.22% from 255 or 79.31% from 319); Max value from RGB is 253 - color contains mainly: blue. Hex color #063CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063CFD is #F9C302. Grayscale: #414141. Windows color (decimal): -16368387 or 16595974. OLE color: 16595974.

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

Color convert

RGB 6 60 253 -
CMYK 0.98 0.76 0 0.01
HSL 226.88º 0.98% 0.51% -
HSV(B) 226.88º 0.98% 0.99% -
XYZ 19.42 10.36 93.91 -
YUV 65.86 233.61 85.31 -
System Red Green Blue C M Y K H S L
Decimal 6 60 253 0.98 0.76 0 0.01 226.88 0.98 0.51
Hex 6 3C FD 62 4C 0 1 E3 62 33
Octal 6 74 375 142 114 0 1 343 142 63
Binary 110 111100 11111101 1100010 1001100 0 1 11100011 1100010 110011

Color Harmonies of #063CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063CFD

Black with #063CFD

Text Example


Text Example

White with #063CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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