Html Css Color HEX #475FDE Royal Blue

📋 copy color: '#475FDE'

red 71 ◦ green 95 ◦ blue 222

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

Shades of Royal Blue #475FDE

Tints of Royal Blue #475FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.22%

R = 18.3%
G = 24.48%
B = 57.22%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#475FDE (or 0x475FDE) is known color: Royal Blue. HEX triplet: 47, 5F and DE. RGB value is (71,95,222). Sum of RGB (Red+Green+Blue) = 71+95+222=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 222 (87.11% from 255 or 57.22% from 388); Max value from RGB is 222 - color contains mainly: blue. Hex color #475FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475FDE is #B8A021. Grayscale: #656565. Windows color (decimal): -12099618 or 14573383. OLE color: 14573383.

HSL color Cylindrical-coordinate representation of color #475FDE: hue angle of 230.46º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #475FDE is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 95 222 -
CMYK 0.68 0.57 0 0.13
HSL 230.46º 0.7% 0.57% -
HSV(B) 230.46º 0.68% 0.87% -
XYZ 19.88 14.8 70.92 -
YUV 102.3 195.55 105.67 -
System Red Green Blue C M Y K H S L
Decimal 71 95 222 0.68 0.57 0 0.13 230.46 0.7 0.57
Hex 47 5F DE 44 39 0 D E6 46 39
Octal 107 137 336 104 71 0 15 346 106 71
Binary 1000111 1011111 11011110 1000100 111001 0 1101 11100110 1000110 111001

Color Harmonies of #475FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475FDE

Black with #475FDE

Text Example


Text Example

White with #475FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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