Html Css Color HEX #475DDB Royal Blue

📋 copy color: '#475DDB'

red 71 ◦ green 93 ◦ blue 219

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

Shades of Royal Blue #475DDB

Tints of Royal Blue #475DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.18%

R = 18.54%
G = 24.28%
B = 57.18%

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

#475DDB (or 0x475DDB) is known color: Royal Blue. HEX triplet: 47, 5D and DB. RGB value is (71,93,219). Sum of RGB (Red+Green+Blue) = 71+93+219=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #475DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475DDB is #B8A224. Grayscale: #646464. Windows color (decimal): -12100133 or 14376263. OLE color: 14376263.

HSL color Cylindrical-coordinate representation of color #475DDB: hue angle of 231.08º degrees, saturation: 0.67, 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 #475DDB is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 93 219 -
CMYK 0.68 0.58 0 0.14
HSL 231.08º 0.67% 0.57% -
HSV(B) 231.08º 0.68% 0.86% -
XYZ 19.3 14.28 68.76 -
YUV 100.79 194.71 106.75 -
System Red Green Blue C M Y K H S L
Decimal 71 93 219 0.68 0.58 0 0.14 231.08 0.67 0.57
Hex 47 5D DB 44 3A 0 E E7 43 39
Octal 107 135 333 104 72 0 16 347 103 71
Binary 1000111 1011101 11011011 1000100 111010 0 1110 11100111 1000011 111001

Color Harmonies of #475DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475DDB

Black with #475DDB

Text Example


Text Example

White with #475DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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