Html Css Color HEX #475CDD Royal Blue

📋 copy color: '#475CDD'

red 71 ◦ green 92 ◦ blue 221

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

Shades of Royal Blue #475CDD

Tints of Royal Blue #475CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.96%

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

R = 18.49%
G = 23.96%
B = 57.55%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#475CDD (or 0x475CDD) is known color: Royal Blue. HEX triplet: 47, 5C and DD. RGB value is (71,92,221). Sum of RGB (Red+Green+Blue) = 71+92+221=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #475CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475CDD is #B8A322. Grayscale: #636363. Windows color (decimal): -12100387 or 14507079. OLE color: 14507079.

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

Color convert

RGB 71 92 221 -
CMYK 0.68 0.58 0 0.13
HSL 231.6º 0.69% 0.57% -
HSV(B) 231.6º 0.68% 0.87% -
XYZ 19.48 14.21 70.12 -
YUV 100.43 196.04 107.01 -
System Red Green Blue C M Y K H S L
Decimal 71 92 221 0.68 0.58 0 0.13 231.6 0.69 0.57
Hex 47 5C DD 44 3A 0 D E8 45 39
Octal 107 134 335 104 72 0 15 350 105 71
Binary 1000111 1011100 11011101 1000100 111010 0 1101 11101000 1000101 111001

Color Harmonies of #475CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475CDD

Black with #475CDD

Text Example


Text Example

White with #475CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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