Html Css Color HEX #475ADC Royal Blue

📋 copy color: '#475ADC'

red 71 ◦ green 90 ◦ blue 220

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

Shades of Royal Blue #475ADC

Tints of Royal Blue #475ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.62%

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

R = 18.64%
G = 23.62%
B = 57.74%

CMYK

 C value IS 0.68

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#475ADC (or 0x475ADC) is known color: Royal Blue. HEX triplet: 47, 5A and DC. RGB value is (71,90,220). Sum of RGB (Red+Green+Blue) = 71+90+220=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #475ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475ADC is #B8A523. Grayscale: #626262. Windows color (decimal): -12100900 or 14441031. OLE color: 14441031.

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

Color convert

RGB 71 90 220 -
CMYK 0.68 0.59 0 0.14
HSL 232.35º 0.68% 0.57% -
HSV(B) 232.35º 0.68% 0.86% -
XYZ 19.17 13.82 69.37 -
YUV 99.14 196.21 107.93 -
System Red Green Blue C M Y K H S L
Decimal 71 90 220 0.68 0.59 0 0.14 232.35 0.68 0.57
Hex 47 5A DC 44 3B 0 E E8 44 39
Octal 107 132 334 104 73 0 16 350 104 71
Binary 1000111 1011010 11011100 1000100 111011 0 1110 11101000 1000100 111001

Color Harmonies of #475ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475ADC

Black with #475ADC

Text Example


Text Example

White with #475ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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