Html Css Color HEX #477FDA Royal Blue

📋 copy color: '#477FDA'

red 71 ◦ green 127 ◦ blue 218

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

Shades of Royal Blue #477FDA

Tints of Royal Blue #477FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 30.53%

 BLUE value IS 218 (85.55% from 255) = 52.4%

R = 17.07%
G = 30.53%
B = 52.4%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#477FDA (or 0x477FDA) is known color: Royal Blue. HEX triplet: 47, 7F and DA. RGB value is (71,127,218). Sum of RGB (Red+Green+Blue) = 71+127+218=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #477FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477FDA is #B88025. Grayscale: #787878. Windows color (decimal): -12091430 or 14319431. OLE color: 14319431.

HSL color Cylindrical-coordinate representation of color #477FDA: hue angle of 217.14º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #477FDA is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 127 218 -
CMYK 0.67 0.42 0 0.15
HSL 217.14º 0.67% 0.57% -
HSV(B) 217.14º 0.67% 0.85% -
XYZ 22.84 21.58 69.29 -
YUV 120.63 182.95 92.6 -
System Red Green Blue C M Y K H S L
Decimal 71 127 218 0.67 0.42 0 0.15 217.14 0.67 0.57
Hex 47 7F DA 43 2A 0 F D9 43 39
Octal 107 177 332 103 52 0 17 331 103 71
Binary 1000111 1111111 11011010 1000011 101010 0 1111 11011001 1000011 111001

Color Harmonies of #477FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477FDA

Black with #477FDA

Text Example


Text Example

White with #477FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,127,218); }

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

background-color css

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

 a { background-color: rgb(71,127,218); }

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

border-color css

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

 span { border-color: rgb(71,127,218); }

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