Html Css Color HEX #475FDD Royal Blue

📋 copy color: '#475FDD'

red 71 ◦ green 95 ◦ blue 221

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

Shades of Royal Blue #475FDD

Tints of Royal Blue #475FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.11%

R = 18.35%
G = 24.55%
B = 57.11%

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

#475FDD (or 0x475FDD) is known color: Royal Blue. HEX triplet: 47, 5F and DD. RGB value is (71,95,221). Sum of RGB (Red+Green+Blue) = 71+95+221=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #475FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475FDD is #B8A022. Grayscale: #656565. Windows color (decimal): -12099619 or 14507847. OLE color: 14507847.

HSL color Cylindrical-coordinate representation of color #475FDD: hue angle of 230.4º degrees, saturation: 0.69, 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 #475FDD is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 95 221 -
CMYK 0.68 0.57 0 0.13
HSL 230.4º 0.69% 0.57% -
HSV(B) 230.4º 0.68% 0.87% -
XYZ 19.74 14.74 70.21 -
YUV 102.19 195.05 105.75 -
System Red Green Blue C M Y K H S L
Decimal 71 95 221 0.68 0.57 0 0.13 230.4 0.69 0.57
Hex 47 5F DD 44 39 0 D E6 45 39
Octal 107 137 335 104 71 0 15 346 105 71
Binary 1000111 1011111 11011101 1000100 111001 0 1101 11100110 1000101 111001

Color Harmonies of #475FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475FDD

Black with #475FDD

Text Example


Text Example

White with #475FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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