Html Css Color HEX #475CE2 Royal Blue

📋 copy color: '#475CE2'

red 71 ◦ green 92 ◦ blue 226

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

Shades of Royal Blue #475CE2

Tints of Royal Blue #475CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 58.1%

R = 18.25%
G = 23.65%
B = 58.1%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#475CE2 (or 0x475CE2) is known color: Royal Blue. HEX triplet: 47, 5C and E2. RGB value is (71,92,226). Sum of RGB (Red+Green+Blue) = 71+92+226=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 226 (88.67% from 255 or 58.10% from 389); Max value from RGB is 226 - color contains mainly: blue. Hex color #475CE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475CE2 is #B8A31D. Grayscale: #646464. Windows color (decimal): -12100382 or 14834759. OLE color: 14834759.

HSL color Cylindrical-coordinate representation of color #475CE2: hue angle of 231.87º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #475CE2 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 71 92 226 -
CMYK 0.69 0.59 0 0.11
HSL 231.87º 0.73% 0.58% -
HSV(B) 231.87º 0.69% 0.89% -
XYZ 20.15 14.48 73.69 -
YUV 101 198.54 106.6 -
System Red Green Blue C M Y K H S L
Decimal 71 92 226 0.69 0.59 0 0.11 231.87 0.73 0.58
Hex 47 5C E2 45 3B 0 B E8 49 3A
Octal 107 134 342 105 73 0 13 350 111 72
Binary 1000111 1011100 11100010 1000101 111011 0 1011 11101000 1001001 111010

Color Harmonies of #475CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475CE2

Black with #475CE2

Text Example


Text Example

White with #475CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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