Html Css Color HEX #477EDC Royal Blue

📋 copy color: '#477EDC'

red 71 ◦ green 126 ◦ blue 220

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

Shades of Royal Blue #477EDC

Tints of Royal Blue #477EDC

RGB

 RED value IS 71 (28.13% from 255) = 17.03%

 GREEN value IS 126 (49.61% from 255) = 30.22%

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

R = 17.03%
G = 30.22%
B = 52.76%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#477EDC (or 0x477EDC) is known color: Royal Blue. HEX triplet: 47, 7E and DC. RGB value is (71,126,220). Sum of RGB (Red+Green+Blue) = 71+126+220=417 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.03% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #477EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477EDC is #B88123. Grayscale: #777777. Windows color (decimal): -12091684 or 14450247. OLE color: 14450247.

HSL color Cylindrical-coordinate representation of color #477EDC: hue angle of 217.85º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #477EDC is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 126 220 -
CMYK 0.68 0.43 0 0.14
HSL 217.85º 0.68% 0.57% -
HSV(B) 217.85º 0.68% 0.86% -
XYZ 22.98 21.43 70.64 -
YUV 120.27 184.28 92.86 -
System Red Green Blue C M Y K H S L
Decimal 71 126 220 0.68 0.43 0 0.14 217.85 0.68 0.57
Hex 47 7E DC 44 2B 0 E DA 44 39
Octal 107 176 334 104 53 0 16 332 104 71
Binary 1000111 1111110 11011100 1000100 101011 0 1110 11011010 1000100 111001

Color Harmonies of #477EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477EDC

Black with #477EDC

Text Example


Text Example

White with #477EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477EDC; }

 p { color: rgb(71,126,220); }

 H1.HeaderClassName
 {
   color: #477EDC;
 }
 .AnyTagClassName
 {
   color: #477EDC;
 }
</style>

background-color css

<style>
 a { background-color: #477EDC; }

 a { background-color: rgb(71,126,220); }

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

border-color css

<style>
 span { border-color: #477EDC; }

 span { border-color: rgb(71,126,220); }

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