Html Css Color HEX #477DFD Royal Blue

📋 copy color: '#477DFD'

red 71 ◦ green 125 ◦ blue 253

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

Shades of Royal Blue #477DFD

Tints of Royal Blue #477DFD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.84%

 BLUE value IS 253 (99.22% from 255) = 56.35%

R = 15.81%
G = 27.84%
B = 56.35%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#477DFD (or 0x477DFD) is known color: Royal Blue. HEX triplet: 47, 7D and FD. RGB value is (71,125,253). Sum of RGB (Red+Green+Blue) = 71+125+253=449 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.81% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #477DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477DFD is #B88202. Grayscale: #7A7A7A. Windows color (decimal): -12091907 or 16612679. OLE color: 16612679.

HSL color Cylindrical-coordinate representation of color #477DFD: hue angle of 222.2º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #477DFD is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 125 253 -
CMYK 0.72 0.51 0 0.01
HSL 222.2º 0.98% 0.64% -
HSV(B) 222.2º 0.72% 0.99% -
XYZ 27.66 23.1 95.93 -
YUV 123.45 201.11 90.59 -
System Red Green Blue C M Y K H S L
Decimal 71 125 253 0.72 0.51 0 0.01 222.2 0.98 0.64
Hex 47 7D FD 48 33 0 1 DE 62 40
Octal 107 175 375 110 63 0 1 336 142 100
Binary 1000111 1111101 11111101 1001000 110011 0 1 11011110 1100010 1000000

Color Harmonies of #477DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477DFD

Black with #477DFD

Text Example


Text Example

White with #477DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477DFD; }

 p { color: rgb(71,125,253); }

 H1.HeaderClassName
 {
   color: #477DFD;
 }
 .AnyTagClassName
 {
   color: #477DFD;
 }
</style>

background-color css

<style>
 a { background-color: #477DFD; }

 a { background-color: rgb(71,125,253); }

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

border-color css

<style>
 span { border-color: #477DFD; }

 span { border-color: rgb(71,125,253); }

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