Html Css Color HEX #475EDC Royal Blue

📋 copy color: '#475EDC'

red 71 ◦ green 94 ◦ blue 220

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

Shades of Royal Blue #475EDC

Tints of Royal Blue #475EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.42%

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

R = 18.44%
G = 24.42%
B = 57.14%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#475EDC (or 0x475EDC) is known color: Royal Blue. HEX triplet: 47, 5E and DC. RGB value is (71,94,220). Sum of RGB (Red+Green+Blue) = 71+94+220=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #475EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475EDC is #B8A123. Grayscale: #646464. Windows color (decimal): -12099876 or 14442055. OLE color: 14442055.

HSL color Cylindrical-coordinate representation of color #475EDC: hue angle of 230.74º 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 #475EDC is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 94 220 -
CMYK 0.68 0.57 0 0.14
HSL 230.74º 0.68% 0.57% -
HSV(B) 230.74º 0.68% 0.86% -
XYZ 19.52 14.51 69.48 -
YUV 101.49 194.88 106.25 -
System Red Green Blue C M Y K H S L
Decimal 71 94 220 0.68 0.57 0 0.14 230.74 0.68 0.57
Hex 47 5E DC 44 39 0 E E7 44 39
Octal 107 136 334 104 71 0 16 347 104 71
Binary 1000111 1011110 11011100 1000100 111001 0 1110 11100111 1000100 111001

Color Harmonies of #475EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475EDC

Black with #475EDC

Text Example


Text Example

White with #475EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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