Html Css Color HEX #475CDB Royal Blue

📋 copy color: '#475CDB'

red 71 ◦ green 92 ◦ blue 219

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

Shades of Royal Blue #475CDB

Tints of Royal Blue #475CDB

RGB

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

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

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

R = 18.59%
G = 24.08%
B = 57.33%

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

#475CDB (or 0x475CDB) is known color: Royal Blue. HEX triplet: 47, 5C and DB. RGB value is (71,92,219). Sum of RGB (Red+Green+Blue) = 71+92+219=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #475CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475CDB is #B8A324. Grayscale: #636363. Windows color (decimal): -12100389 or 14376007. OLE color: 14376007.

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

Color convert

RGB 71 92 219 -
CMYK 0.68 0.58 0 0.14
HSL 231.49º 0.67% 0.57% -
HSV(B) 231.49º 0.68% 0.86% -
XYZ 19.21 14.11 68.73 -
YUV 100.2 195.04 107.17 -
System Red Green Blue C M Y K H S L
Decimal 71 92 219 0.68 0.58 0 0.14 231.49 0.67 0.57
Hex 47 5C DB 44 3A 0 E E7 43 39
Octal 107 134 333 104 72 0 16 347 103 71
Binary 1000111 1011100 11011011 1000100 111010 0 1110 11100111 1000011 111001

Color Harmonies of #475CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475CDB

Black with #475CDB

Text Example


Text Example

White with #475CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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