Html Css Color HEX #477EF2 Royal Blue

📋 copy color: '#477EF2'

red 71 ◦ green 126 ◦ blue 242

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

Shades of Royal Blue #477EF2

Tints of Royal Blue #477EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 55.13%

R = 16.17%
G = 28.7%
B = 55.13%

CMYK

 C value IS 0.71

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#477EF2 (or 0x477EF2) is known color: Royal Blue. HEX triplet: 47, 7E and F2. RGB value is (71,126,242). Sum of RGB (Red+Green+Blue) = 71+126+242=439 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.17% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 242 (94.92% from 255 or 55.13% from 439); Max value from RGB is 242 - color contains mainly: blue. Hex color #477EF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477EF2 is #B8810D. Grayscale: #7A7A7A. Windows color (decimal): -12091662 or 15892039. OLE color: 15892039.

HSL color Cylindrical-coordinate representation of color #477EF2: hue angle of 220.7º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #477EF2 is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 71 126 242 -
CMYK 0.71 0.48 0 0.05
HSL 220.7º 0.87% 0.61% -
HSV(B) 220.7º 0.71% 0.95% -
XYZ 26.09 22.67 87.01 -
YUV 122.78 195.28 91.07 -
System Red Green Blue C M Y K H S L
Decimal 71 126 242 0.71 0.48 0 0.05 220.7 0.87 0.61
Hex 47 7E F2 47 30 0 5 DD 57 3D
Octal 107 176 362 107 60 0 5 335 127 75
Binary 1000111 1111110 11110010 1000111 110000 0 101 11011101 1010111 111101

Color Harmonies of #477EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477EF2

Black with #477EF2

Text Example


Text Example

White with #477EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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