Html Css Color HEX #5579FA Royal Blue

📋 copy color: '#5579FA'

red 85 ◦ green 121 ◦ blue 250

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

Shades of Royal Blue #5579FA

Tints of Royal Blue #5579FA

RGB

 RED value IS 85 (33.59% from 255) = 18.64%

 GREEN value IS 121 (47.66% from 255) = 26.54%

 BLUE value IS 250 (98.05% from 255) = 54.82%

R = 18.64%
G = 26.54%
B = 54.82%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5579FA (or 0x5579FA) is known color: Royal Blue. HEX triplet: 55, 79 and FA. RGB value is (85,121,250). Sum of RGB (Red+Green+Blue) = 85+121+250=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #5579FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5579FA is #AA8605. Grayscale: #7C7C7C. Windows color (decimal): -11175430 or 16415061. OLE color: 16415061.

HSL color Cylindrical-coordinate representation of color #5579FA: hue angle of 226.91º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5579FA is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 121 250 -
CMYK 0.66 0.52 0 0.02
HSL 226.91º 0.94% 0.66% -
HSV(B) 226.91º 0.66% 0.98% -
XYZ 27.84 22.51 93.32 -
YUV 124.94 198.57 99.51 -
System Red Green Blue C M Y K H S L
Decimal 85 121 250 0.66 0.52 0 0.02 226.91 0.94 0.66
Hex 55 79 FA 42 34 0 2 E3 5E 42
Octal 125 171 372 102 64 0 2 343 136 102
Binary 1010101 1111001 11111010 1000010 110100 0 10 11100011 1011110 1000010

Color Harmonies of #5579FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5579FA

Black with #5579FA

Text Example


Text Example

White with #5579FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5579FA; }

 p { color: rgb(85,121,250); }

 H1.HeaderClassName
 {
   color: #5579FA;
 }
 .AnyTagClassName
 {
   color: #5579FA;
 }
</style>

background-color css

<style>
 a { background-color: #5579FA; }

 a { background-color: rgb(85,121,250); }

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

border-color css

<style>
 span { border-color: #5579FA; }

 span { border-color: rgb(85,121,250); }

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