Html Css Color HEX #063DFC Blue

📋 copy color: '#063DFC'

red 6 ◦ green 61 ◦ blue 252

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

Shades of Blue #063DFC

Tints of Blue #063DFC

RGB

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

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

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

R = 1.88%
G = 19.12%
B = 79%

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

#063DFC (or 0x063DFC) is known color: Blue. HEX triplet: 06, 3D and FC. RGB value is (6,61,252). Sum of RGB (Red+Green+Blue) = 6+61+252=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 252 (98.83% from 255 or 79.00% from 319); Max value from RGB is 252 - color contains mainly: blue. Hex color #063DFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063DFC is #F9C203. Grayscale: #414141. Windows color (decimal): -16368132 or 16530694. OLE color: 16530694.

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

Color convert

RGB 6 61 252 -
CMYK 0.98 0.76 0 0.01
HSL 226.59º 0.98% 0.51% -
HSV(B) 226.59º 0.98% 0.99% -
XYZ 19.31 10.4 93.09 -
YUV 66.33 232.78 84.97 -
System Red Green Blue C M Y K H S L
Decimal 6 61 252 0.98 0.76 0 0.01 226.59 0.98 0.51
Hex 6 3D FC 62 4C 0 1 E3 62 33
Octal 6 75 374 142 114 0 1 343 142 63
Binary 110 111101 11111100 1100010 1001100 0 1 11100011 1100010 110011

Color Harmonies of #063DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063DFC

Black with #063DFC

Text Example


Text Example

White with #063DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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