Html Css Color HEX #5574EB Royal Blue

📋 copy color: '#5574EB'

red 85 ◦ green 116 ◦ blue 235

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

Shades of Royal Blue #5574EB

Tints of Royal Blue #5574EB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.61%

 BLUE value IS 235 (92.19% from 255) = 53.9%

R = 19.5%
G = 26.61%
B = 53.9%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5574EB (or 0x5574EB) is known color: Royal Blue. HEX triplet: 55, 74 and EB. RGB value is (85,116,235). Sum of RGB (Red+Green+Blue) = 85+116+235=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #5574EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5574EB is #AA8B14. Grayscale: #777777. Windows color (decimal): -11176725 or 15430741. OLE color: 15430741.

HSL color Cylindrical-coordinate representation of color #5574EB: hue angle of 227.6º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5574EB is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 116 235 -
CMYK 0.64 0.51 0 0.08
HSL 227.6º 0.79% 0.63% -
HSV(B) 227.6º 0.64% 0.92% -
XYZ 24.99 20.42 81.22 -
YUV 120.3 192.73 102.82 -
System Red Green Blue C M Y K H S L
Decimal 85 116 235 0.64 0.51 0 0.08 227.6 0.79 0.63
Hex 55 74 EB 40 33 0 8 E4 4F 3F
Octal 125 164 353 100 63 0 10 344 117 77
Binary 1010101 1110100 11101011 1000000 110011 0 1000 11100100 1001111 111111

Color Harmonies of #5574EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5574EB

Black with #5574EB

Text Example


Text Example

White with #5574EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5574EB; }

 p { color: rgb(85,116,235); }

 H1.HeaderClassName
 {
   color: #5574EB;
 }
 .AnyTagClassName
 {
   color: #5574EB;
 }
</style>

background-color css

<style>
 a { background-color: #5574EB; }

 a { background-color: rgb(85,116,235); }

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

border-color css

<style>
 span { border-color: #5574EB; }

 span { border-color: rgb(85,116,235); }

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