Html Css Color HEX #475EDD Royal Blue

📋 copy color: '#475EDD'

red 71 ◦ green 94 ◦ blue 221

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

Shades of Royal Blue #475EDD

Tints of Royal Blue #475EDD

RGB

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

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

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

R = 18.39%
G = 24.35%
B = 57.25%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#475EDD (or 0x475EDD) is known color: Royal Blue. HEX triplet: 47, 5E and DD. RGB value is (71,94,221). Sum of RGB (Red+Green+Blue) = 71+94+221=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #475EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475EDD is #B8A122. Grayscale: #656565. Windows color (decimal): -12099875 or 14507591. OLE color: 14507591.

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

Color convert

RGB 71 94 221 -
CMYK 0.68 0.57 0 0.13
HSL 230.8º 0.69% 0.57% -
HSV(B) 230.8º 0.68% 0.87% -
XYZ 19.65 14.57 70.18 -
YUV 101.6 195.38 106.17 -
System Red Green Blue C M Y K H S L
Decimal 71 94 221 0.68 0.57 0 0.13 230.8 0.69 0.57
Hex 47 5E DD 44 39 0 D E7 45 39
Octal 107 136 335 104 71 0 15 347 105 71
Binary 1000111 1011110 11011101 1000100 111001 0 1101 11100111 1000101 111001

Color Harmonies of #475EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475EDD

Black with #475EDD

Text Example


Text Example

White with #475EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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