Html Css Color HEX #475BDD Royal Blue

📋 copy color: '#475BDD'

red 71 ◦ green 91 ◦ blue 221

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

Shades of Royal Blue #475BDD

Tints of Royal Blue #475BDD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.76%

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

R = 18.54%
G = 23.76%
B = 57.7%

CMYK

 C value IS 0.68

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#475BDD (or 0x475BDD) is known color: Royal Blue. HEX triplet: 47, 5B and DD. RGB value is (71,91,221). Sum of RGB (Red+Green+Blue) = 71+91+221=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #475BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475BDD is #B8A422. Grayscale: #636363. Windows color (decimal): -12100643 or 14506823. OLE color: 14506823.

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

Color convert

RGB 71 91 221 -
CMYK 0.68 0.59 0 0.13
HSL 232º 0.69% 0.57% -
HSV(B) 232º 0.68% 0.87% -
XYZ 19.39 14.04 70.1 -
YUV 99.84 196.37 107.43 -
System Red Green Blue C M Y K H S L
Decimal 71 91 221 0.68 0.59 0 0.13 232 0.69 0.57
Hex 47 5B DD 44 3B 0 D E8 45 39
Octal 107 133 335 104 73 0 15 350 105 71
Binary 1000111 1011011 11011101 1000100 111011 0 1101 11101000 1000101 111001

Color Harmonies of #475BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475BDD

Black with #475BDD

Text Example


Text Example

White with #475BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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