Html Css Color HEX #477AFB Royal Blue

📋 copy color: '#477AFB'

red 71 ◦ green 122 ◦ blue 251

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

Shades of Royal Blue #477AFB

Tints of Royal Blue #477AFB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.48%

 BLUE value IS 251 (98.44% from 255) = 56.53%

R = 15.99%
G = 27.48%
B = 56.53%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#477AFB (or 0x477AFB) is known color: Royal Blue. HEX triplet: 47, 7A and FB. RGB value is (71,122,251). Sum of RGB (Red+Green+Blue) = 71+122+251=444 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.99% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #477AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477AFB is #B88504. Grayscale: #787878. Windows color (decimal): -12092677 or 16480839. OLE color: 16480839.

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

Color convert

RGB 71 122 251 -
CMYK 0.72 0.51 0 0.02
HSL 223º 0.96% 0.63% -
HSV(B) 223º 0.72% 0.98% -
XYZ 26.97 22.22 94.13 -
YUV 121.46 201.1 92.01 -
System Red Green Blue C M Y K H S L
Decimal 71 122 251 0.72 0.51 0 0.02 223 0.96 0.63
Hex 47 7A FB 48 33 0 2 DF 60 3F
Octal 107 172 373 110 63 0 2 337 140 77
Binary 1000111 1111010 11111011 1001000 110011 0 10 11011111 1100000 111111

Color Harmonies of #477AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477AFB

Black with #477AFB

Text Example


Text Example

White with #477AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,122,251); }

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

background-color css

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

 a { background-color: rgb(71,122,251); }

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

border-color css

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

 span { border-color: rgb(71,122,251); }

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