Html Css Color HEX #4063DC Royal Blue

📋 copy color: '#4063DC'

red 64 ◦ green 99 ◦ blue 220

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

Shades of Royal Blue #4063DC

Tints of Royal Blue #4063DC

RGB

 RED value IS 64 (25.39% from 255) = 16.71%

 GREEN value IS 99 (39.06% from 255) = 25.85%

 BLUE value IS 220 (86.33% from 255) = 57.44%

R = 16.71%
G = 25.85%
B = 57.44%

CMYK

 C value IS 0.71

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4063DC (or 0x4063DC) is known color: Royal Blue. HEX triplet: 40, 63 and DC. RGB value is (64,99,220). Sum of RGB (Red+Green+Blue) = 64+99+220=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #4063DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4063DC is #BF9C23. Grayscale: #656565. Windows color (decimal): -12557348 or 14443328. OLE color: 14443328.

HSL color Cylindrical-coordinate representation of color #4063DC: hue angle of 226.54º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4063DC is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 99 220 -
CMYK 0.71 0.55 0 0.14
HSL 226.54º 0.69% 0.56% -
HSV(B) 226.54º 0.71% 0.86% -
XYZ 19.49 15.18 69.61 -
YUV 102.33 194.4 100.66 -
System Red Green Blue C M Y K H S L
Decimal 64 99 220 0.71 0.55 0 0.14 226.54 0.69 0.56
Hex 40 63 DC 47 37 0 E E3 45 38
Octal 100 143 334 107 67 0 16 343 105 70
Binary 1000000 1100011 11011100 1000111 110111 0 1110 11100011 1000101 111000

Color Harmonies of #4063DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4063DC

Black with #4063DC

Text Example


Text Example

White with #4063DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4063DC; }

 p { color: rgb(64,99,220); }

 H1.HeaderClassName
 {
   color: #4063DC;
 }
 .AnyTagClassName
 {
   color: #4063DC;
 }
</style>

background-color css

<style>
 a { background-color: #4063DC; }

 a { background-color: rgb(64,99,220); }

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

border-color css

<style>
 span { border-color: #4063DC; }

 span { border-color: rgb(64,99,220); }

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