Html Css Color HEX #475DDA Royal Blue

📋 copy color: '#475DDA'

red 71 ◦ green 93 ◦ blue 218

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

Shades of Royal Blue #475DDA

Tints of Royal Blue #475DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.35%

 BLUE value IS 218 (85.55% from 255) = 57.07%

R = 18.59%
G = 24.35%
B = 57.07%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#475DDA (or 0x475DDA) is known color: Royal Blue. HEX triplet: 47, 5D and DA. RGB value is (71,93,218). Sum of RGB (Red+Green+Blue) = 71+93+218=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #475DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475DDA is #B8A225. Grayscale: #646464. Windows color (decimal): -12100134 or 14310727. OLE color: 14310727.

HSL color Cylindrical-coordinate representation of color #475DDA: hue angle of 231.02º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #475DDA is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 93 218 -
CMYK 0.67 0.57 0 0.15
HSL 231.02º 0.67% 0.57% -
HSV(B) 231.02º 0.67% 0.85% -
XYZ 19.17 14.23 68.07 -
YUV 100.67 194.21 106.84 -
System Red Green Blue C M Y K H S L
Decimal 71 93 218 0.67 0.57 0 0.15 231.02 0.67 0.57
Hex 47 5D DA 43 39 0 F E7 43 39
Octal 107 135 332 103 71 0 17 347 103 71
Binary 1000111 1011101 11011010 1000011 111001 0 1111 11100111 1000011 111001

Color Harmonies of #475DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475DDA

Black with #475DDA

Text Example


Text Example

White with #475DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,93,218); }

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

background-color css

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

 a { background-color: rgb(71,93,218); }

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

border-color css

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

 span { border-color: rgb(71,93,218); }

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