Html Css Color HEX #477DFC Royal Blue

📋 copy color: '#477DFC'

red 71 ◦ green 125 ◦ blue 252

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

Shades of Royal Blue #477DFC

Tints of Royal Blue #477DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.25%

R = 15.85%
G = 27.9%
B = 56.25%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#477DFC (or 0x477DFC) is known color: Royal Blue. HEX triplet: 47, 7D and FC. RGB value is (71,125,252). Sum of RGB (Red+Green+Blue) = 71+125+252=448 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.85% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #477DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477DFC is #B88203. Grayscale: #7A7A7A. Windows color (decimal): -12091908 or 16547143. OLE color: 16547143.

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

Color convert

RGB 71 125 252 -
CMYK 0.72 0.50 0 0.01
HSL 222.1º 0.97% 0.63% -
HSV(B) 222.1º 0.72% 0.99% -
XYZ 27.5 23.04 95.09 -
YUV 123.33 200.61 90.67 -
System Red Green Blue C M Y K H S L
Decimal 71 125 252 0.72 0.50 0 0.01 222.1 0.97 0.63
Hex 47 7D FC 48 32 0 1 DE 61 3F
Octal 107 175 374 110 62 0 1 336 141 77
Binary 1000111 1111101 11111100 1001000 110010 0 1 11011110 1100001 111111

Color Harmonies of #477DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477DFC

Black with #477DFC

Text Example


Text Example

White with #477DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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