Html Css Color HEX #475CEC Royal Blue

📋 copy color: '#475CEC'

red 71 ◦ green 92 ◦ blue 236

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

Shades of Royal Blue #475CEC

Tints of Royal Blue #475CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59.15%

R = 17.79%
G = 23.06%
B = 59.15%

CMYK

 C value IS 0.70

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#475CEC (or 0x475CEC) is known color: Royal Blue. HEX triplet: 47, 5C and EC. RGB value is (71,92,236). Sum of RGB (Red+Green+Blue) = 71+92+236=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #475CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475CEC is #B8A313. Grayscale: #656565. Windows color (decimal): -12100372 or 15490119. OLE color: 15490119.

HSL color Cylindrical-coordinate representation of color #475CEC: hue angle of 232.36º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #475CEC is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 92 236 -
CMYK 0.70 0.61 0 0.07
HSL 232.36º 0.81% 0.6% -
HSV(B) 232.36º 0.7% 0.93% -
XYZ 21.57 15.05 81.13 -
YUV 102.14 203.54 105.79 -
System Red Green Blue C M Y K H S L
Decimal 71 92 236 0.70 0.61 0 0.07 232.36 0.81 0.6
Hex 47 5C EC 46 3D 0 7 E8 51 3C
Octal 107 134 354 106 75 0 7 350 121 74
Binary 1000111 1011100 11101100 1000110 111101 0 111 11101000 1010001 111100

Color Harmonies of #475CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475CEC

Black with #475CEC

Text Example


Text Example

White with #475CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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