Html Css Color HEX #475EDB Royal Blue

📋 copy color: '#475EDB'

red 71 ◦ green 94 ◦ blue 219

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

Shades of Royal Blue #475EDB

Tints of Royal Blue #475EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.48%

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

R = 18.49%
G = 24.48%
B = 57.03%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#475EDB (or 0x475EDB) is known color: Royal Blue. HEX triplet: 47, 5E and DB. RGB value is (71,94,219). Sum of RGB (Red+Green+Blue) = 71+94+219=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #475EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475EDB is #B8A124. Grayscale: #646464. Windows color (decimal): -12099877 or 14376519. OLE color: 14376519.

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

Color convert

RGB 71 94 219 -
CMYK 0.68 0.57 0 0.14
HSL 230.68º 0.67% 0.57% -
HSV(B) 230.68º 0.68% 0.86% -
XYZ 19.39 14.46 68.79 -
YUV 101.37 194.38 106.34 -
System Red Green Blue C M Y K H S L
Decimal 71 94 219 0.68 0.57 0 0.14 230.68 0.67 0.57
Hex 47 5E DB 44 39 0 E E7 43 39
Octal 107 136 333 104 71 0 16 347 103 71
Binary 1000111 1011110 11011011 1000100 111001 0 1110 11100111 1000011 111001

Color Harmonies of #475EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475EDB

Black with #475EDB

Text Example


Text Example

White with #475EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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