Html Css Color HEX #475CDF Royal Blue

📋 copy color: '#475CDF'

red 71 ◦ green 92 ◦ blue 223

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

Shades of Royal Blue #475CDF

Tints of Royal Blue #475CDF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.83%

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

R = 18.39%
G = 23.83%
B = 57.77%

CMYK

 C value IS 0.68

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#475CDF (or 0x475CDF) is known color: Royal Blue. HEX triplet: 47, 5C and DF. RGB value is (71,92,223). Sum of RGB (Red+Green+Blue) = 71+92+223=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #475CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475CDF is #B8A320. Grayscale: #646464. Windows color (decimal): -12100385 or 14638151. OLE color: 14638151.

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

Color convert

RGB 71 92 223 -
CMYK 0.68 0.59 0 0.13
HSL 231.71º 0.7% 0.58% -
HSV(B) 231.71º 0.68% 0.87% -
XYZ 19.74 14.32 71.54 -
YUV 100.66 197.04 106.85 -
System Red Green Blue C M Y K H S L
Decimal 71 92 223 0.68 0.59 0 0.13 231.71 0.7 0.58
Hex 47 5C DF 44 3B 0 D E8 46 3A
Octal 107 134 337 104 73 0 15 350 106 72
Binary 1000111 1011100 11011111 1000100 111011 0 1101 11101000 1000110 111010

Color Harmonies of #475CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475CDF

Black with #475CDF

Text Example


Text Example

White with #475CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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