Html Css Color HEX #475FDF Royal Blue

📋 copy color: '#475FDF'

red 71 ◦ green 95 ◦ blue 223

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

Shades of Royal Blue #475FDF

Tints of Royal Blue #475FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.33%

R = 18.25%
G = 24.42%
B = 57.33%

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

#475FDF (or 0x475FDF) is known color: Royal Blue. HEX triplet: 47, 5F and DF. RGB value is (71,95,223). Sum of RGB (Red+Green+Blue) = 71+95+223=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #475FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475FDF is #B8A020. Grayscale: #656565. Windows color (decimal): -12099617 or 14638919. OLE color: 14638919.

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

Color convert

RGB 71 95 223 -
CMYK 0.68 0.57 0 0.13
HSL 230.53º 0.7% 0.58% -
HSV(B) 230.53º 0.68% 0.87% -
XYZ 20.01 14.85 71.62 -
YUV 102.42 196.05 105.59 -
System Red Green Blue C M Y K H S L
Decimal 71 95 223 0.68 0.57 0 0.13 230.53 0.7 0.58
Hex 47 5F DF 44 39 0 D E7 46 3A
Octal 107 137 337 104 71 0 15 347 106 72
Binary 1000111 1011111 11011111 1000100 111001 0 1101 11100111 1000110 111010

Color Harmonies of #475FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475FDF

Black with #475FDF

Text Example


Text Example

White with #475FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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