Html Css Color HEX #475ADD Royal Blue

📋 copy color: '#475ADD'

red 71 ◦ green 90 ◦ blue 221

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

Shades of Royal Blue #475ADD

Tints of Royal Blue #475ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.85%

R = 18.59%
G = 23.56%
B = 57.85%

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

#475ADD (or 0x475ADD) is known color: Royal Blue. HEX triplet: 47, 5A and DD. RGB value is (71,90,221). Sum of RGB (Red+Green+Blue) = 71+90+221=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #475ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475ADD is #B8A522. Grayscale: #626262. Windows color (decimal): -12100899 or 14506567. OLE color: 14506567.

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

Color convert

RGB 71 90 221 -
CMYK 0.68 0.59 0 0.13
HSL 232.4º 0.69% 0.57% -
HSV(B) 232.4º 0.68% 0.87% -
XYZ 19.31 13.87 70.07 -
YUV 99.25 196.71 107.85 -
System Red Green Blue C M Y K H S L
Decimal 71 90 221 0.68 0.59 0 0.13 232.4 0.69 0.57
Hex 47 5A DD 44 3B 0 D E8 45 39
Octal 107 132 335 104 73 0 15 350 105 71
Binary 1000111 1011010 11011101 1000100 111011 0 1101 11101000 1000101 111001

Color Harmonies of #475ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475ADD

Black with #475ADD

Text Example


Text Example

White with #475ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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