Html Css Color HEX #475DDC Royal Blue

📋 copy color: '#475DDC'

red 71 ◦ green 93 ◦ blue 220

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

Shades of Royal Blue #475DDC

Tints of Royal Blue #475DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.29%

R = 18.49%
G = 24.22%
B = 57.29%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#475DDC (or 0x475DDC) is known color: Royal Blue. HEX triplet: 47, 5D and DC. RGB value is (71,93,220). Sum of RGB (Red+Green+Blue) = 71+93+220=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #475DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475DDC is #B8A223. Grayscale: #646464. Windows color (decimal): -12100132 or 14441799. OLE color: 14441799.

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

Color convert

RGB 71 93 220 -
CMYK 0.68 0.58 0 0.14
HSL 231.14º 0.68% 0.57% -
HSV(B) 231.14º 0.68% 0.86% -
XYZ 19.43 14.34 69.45 -
YUV 100.9 195.21 106.67 -
System Red Green Blue C M Y K H S L
Decimal 71 93 220 0.68 0.58 0 0.14 231.14 0.68 0.57
Hex 47 5D DC 44 3A 0 E E7 44 39
Octal 107 135 334 104 72 0 16 347 104 71
Binary 1000111 1011101 11011100 1000100 111010 0 1110 11100111 1000100 111001

Color Harmonies of #475DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475DDC

Black with #475DDC

Text Example


Text Example

White with #475DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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