Html Css Color HEX #475AED Royal Blue

📋 copy color: '#475AED'

red 71 ◦ green 90 ◦ blue 237

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

Shades of Royal Blue #475AED

Tints of Royal Blue #475AED

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.61%

 BLUE value IS 237 (92.97% from 255) = 59.55%

R = 17.84%
G = 22.61%
B = 59.55%

CMYK

 C value IS 0.70

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#475AED (or 0x475AED) is known color: Royal Blue. HEX triplet: 47, 5A and ED. RGB value is (71,90,237). Sum of RGB (Red+Green+Blue) = 71+90+237=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #475AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475AED is #B8A512. Grayscale: #646464. Windows color (decimal): -12100883 or 15555143. OLE color: 15555143.

HSL color Cylindrical-coordinate representation of color #475AED: hue angle of 233.13º degrees, saturation: 0.82, 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 #475AED is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 90 237 -
CMYK 0.70 0.62 0 0.07
HSL 233.13º 0.82% 0.6% -
HSV(B) 233.13º 0.7% 0.93% -
XYZ 21.54 14.77 81.84 -
YUV 101.08 204.71 106.55 -
System Red Green Blue C M Y K H S L
Decimal 71 90 237 0.70 0.62 0 0.07 233.13 0.82 0.6
Hex 47 5A ED 46 3E 0 7 E9 52 3C
Octal 107 132 355 106 76 0 7 351 122 74
Binary 1000111 1011010 11101101 1000110 111110 0 111 11101001 1010010 111100

Color Harmonies of #475AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475AED

Black with #475AED

Text Example


Text Example

White with #475AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,90,237); }

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

background-color css

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

 a { background-color: rgb(71,90,237); }

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

border-color css

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

 span { border-color: rgb(71,90,237); }

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