#477DDD

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

Shades of Royal Blue #477DDD

Tints of Royal Blue #477DDD

Color information

#477DDD (or 0x477DDD) is unknown color: approx Royal Blue. HEX triplet: 47, 7D and DD. RGB value is (71,125,221). Sum of RGB (Red+Green+Blue) = 71+125+221=417 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.03% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #477DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DDD is #B88222. Grayscale: #777777. Windows color (decimal): -12091939 or 14515527. OLE color: 14515527.

HSL color Cylindrical-coordinate representation of color #477DDD: hue angle of 218.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 #477DDD is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB71125221-
CMYK0.680.4300.13
HSL218.4º68.81%57.25%-
HSV(B)218.4º67.87%86.67%-
XYZ22.9821.2371.29-
YUV119.8185.1193.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.03%
GREEN value IS 125 (49.22% from 255) = 29.98%
BLUE value IS 221 (86.72% from 255) = 53.00%
R=17.03%
G=29.98%
B=53.00%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal711252210.680.4300.13218.468.8157.25
Hex477DDD442B0Dda4539
Octal1071753351045301533210571
Binary1000111111110111011101100010010101101101110110101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477DDD; }

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

 H1.HeaderClassName
 {
   color: #477DDD;
 }
 .AnyTagClassName
 {
   color: #477DDD;
 }
</style>
background-color css

<style>
 a { background-color: #477DDD; }

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

 div.DivClassName
 {
   background-color: #477DDD;
 }
 .BgClassName
 {
   background-color: #477DDD;
 }
</style>
border-color css

<style>
 span { border-color: #477DDD; }

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

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