Html Css Color HEX #475FEA Royal Blue

📋 copy color: '#475FEA'

red 71 ◦ green 95 ◦ blue 234

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

Shades of Royal Blue #475FEA

Tints of Royal Blue #475FEA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.75%

 BLUE value IS 234 (91.8% from 255) = 58.5%

R = 17.75%
G = 23.75%
B = 58.5%

CMYK

 C value IS 0.70

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#475FEA (or 0x475FEA) is known color: Royal Blue. HEX triplet: 47, 5F and EA. RGB value is (71,95,234). Sum of RGB (Red+Green+Blue) = 71+95+234=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #475FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475FEA is #B8A015. Grayscale: #676767. Windows color (decimal): -12099606 or 15359815. OLE color: 15359815.

HSL color Cylindrical-coordinate representation of color #475FEA: hue angle of 231.17º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #475FEA is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 95 234 -
CMYK 0.70 0.59 0 0.08
HSL 231.17º 0.8% 0.6% -
HSV(B) 231.17º 0.7% 0.92% -
XYZ 21.54 15.46 79.69 -
YUV 103.67 201.55 104.7 -
System Red Green Blue C M Y K H S L
Decimal 71 95 234 0.70 0.59 0 0.08 231.17 0.8 0.6
Hex 47 5F EA 46 3B 0 8 E7 50 3C
Octal 107 137 352 106 73 0 10 347 120 74
Binary 1000111 1011111 11101010 1000110 111011 0 1000 11100111 1010000 111100

Color Harmonies of #475FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475FEA

Black with #475FEA

Text Example


Text Example

White with #475FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,95,234); }

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

background-color css

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

 a { background-color: rgb(71,95,234); }

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

border-color css

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

 span { border-color: rgb(71,95,234); }

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