#475dea

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

Shades of Royal Blue #475DEA

Tints of Royal Blue #475DEA

Color information

#475DEA (or 0x475DEA) is unknown color: approx Royal Blue. HEX triplet: 47, 5D and EA. RGB value is (71,93,234). Sum of RGB (Red+Green+Blue) = 71+93+234=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #475DEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475DEA is #B8A215. Grayscale: #656565. Windows color (decimal): -12100118 or 15359303. OLE color: 15359303.

HSL color Cylindrical-coordinate representation of color #475DEA: hue angle of 231.9º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #475DEA is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7193234-
CMYK0.700.6000.08
HSL231.9º79.51%59.8%-
HSV(B)231.9º69.66%91.76%-
XYZ21.3615.1179.63-
YUV102.5202.21105.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.84%
GREEN value IS 93 (36.72% from 255) = 23.37%
BLUE value IS 234 (91.80% from 255) = 58.79%
R=17.84%
G=23.37%
B=58.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal71932340.700.6000.08231.979.5159.8
Hex475DEA463C08e8503c
Octal1071353521067401035012074
Binary1000111101110111101010100011011110001000111010001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475dea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,93,234); }

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

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

 a { background-color: rgb(71,93,234); }

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

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

 span { border-color: rgb(71,93,234); }

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