#475EDD

Color #475EDD Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #475EDD

Tints of Royal Blue #475EDD

Color information

#475EDD (or 0x475EDD) is unknown color: approx 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

RGB7194221-
CMYK0.680.5700.13
HSL230.8º68.81%57.25%-
HSV(B)230.8º67.87%86.67%-
XYZ19.6514.5770.18-
YUV101.6195.38106.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% 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 (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal71942210.680.5700.13230.868.8157.25
Hex475EDD44390De74539
Octal1071363351047101534710571
Binary1000111101111011011101100010011100101101111001111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>