Html Css Color HEX #475DDF Royal Blue

📋 copy color: '#475DDF'

red 71 ◦ green 93 ◦ blue 223

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

Shades of Royal Blue #475DDF

Tints of Royal Blue #475DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.03%

 BLUE value IS 223 (87.5% from 255) = 57.62%

R = 18.35%
G = 24.03%
B = 57.62%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#475DDF (or 0x475DDF) is known color: Royal Blue. HEX triplet: 47, 5D and DF. RGB value is (71,93,223). Sum of RGB (Red+Green+Blue) = 71+93+223=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #475DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475DDF is #B8A220. Grayscale: #646464. Windows color (decimal): -12100129 or 14638407. OLE color: 14638407.

HSL color Cylindrical-coordinate representation of color #475DDF: hue angle of 231.32º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #475DDF is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 93 223 -
CMYK 0.68 0.58 0 0.13
HSL 231.32º 0.7% 0.58% -
HSV(B) 231.32º 0.68% 0.87% -
XYZ 19.83 14.5 71.56 -
YUV 101.24 196.71 106.43 -
System Red Green Blue C M Y K H S L
Decimal 71 93 223 0.68 0.58 0 0.13 231.32 0.7 0.58
Hex 47 5D DF 44 3A 0 D E7 46 3A
Octal 107 135 337 104 72 0 15 347 106 72
Binary 1000111 1011101 11011111 1000100 111010 0 1101 11100111 1000110 111010

Color Harmonies of #475DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475DDF

Black with #475DDF

Text Example


Text Example

White with #475DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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