Html Css Color HEX #475ADE Royal Blue

📋 copy color: '#475ADE'

red 71 ◦ green 90 ◦ blue 222

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

Shades of Royal Blue #475ADE

Tints of Royal Blue #475ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.96%

R = 18.54%
G = 23.5%
B = 57.96%

CMYK

 C value IS 0.68

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#475ADE (or 0x475ADE) is known color: Royal Blue. HEX triplet: 47, 5A and DE. RGB value is (71,90,222). Sum of RGB (Red+Green+Blue) = 71+90+222=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #475ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475ADE is #B8A521. Grayscale: #626262. Windows color (decimal): -12100898 or 14572103. OLE color: 14572103.

HSL color Cylindrical-coordinate representation of color #475ADE: hue angle of 232.45º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #475ADE is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 90 222 -
CMYK 0.68 0.59 0 0.13
HSL 232.45º 0.7% 0.57% -
HSV(B) 232.45º 0.68% 0.87% -
XYZ 19.44 13.93 70.77 -
YUV 99.37 197.21 107.77 -
System Red Green Blue C M Y K H S L
Decimal 71 90 222 0.68 0.59 0 0.13 232.45 0.7 0.57
Hex 47 5A DE 44 3B 0 D E8 46 39
Octal 107 132 336 104 73 0 15 350 106 71
Binary 1000111 1011010 11011110 1000100 111011 0 1101 11101000 1000110 111001

Color Harmonies of #475ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475ADE

Black with #475ADE

Text Example


Text Example

White with #475ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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