Html Css Color HEX #5774DC Royal Blue

📋 copy color: '#5774DC'

red 87 ◦ green 116 ◦ blue 220

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

Shades of Royal Blue #5774DC

Tints of Royal Blue #5774DC

RGB

 RED value IS 87 (34.38% from 255) = 20.57%

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

 BLUE value IS 220 (86.33% from 255) = 52.01%

R = 20.57%
G = 27.42%
B = 52.01%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5774DC (or 0x5774DC) is known color: Royal Blue. HEX triplet: 57, 74 and DC. RGB value is (87,116,220). Sum of RGB (Red+Green+Blue) = 87+116+220=423 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.57% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #5774DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5774DC is #A88B23. Grayscale: #767676. Windows color (decimal): -11045668 or 14447703. OLE color: 14447703.

HSL color Cylindrical-coordinate representation of color #5774DC: hue angle of 226.92º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5774DC is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 116 220 -
CMYK 0.60 0.47 0 0.14
HSL 226.92º 0.66% 0.6% -
HSV(B) 226.92º 0.6% 0.86% -
XYZ 23.09 19.68 70.29 -
YUV 119.19 184.89 105.04 -
System Red Green Blue C M Y K H S L
Decimal 87 116 220 0.60 0.47 0 0.14 226.92 0.66 0.6
Hex 57 74 DC 3C 2F 0 E E3 42 3C
Octal 127 164 334 74 57 0 16 343 102 74
Binary 1010111 1110100 11011100 111100 101111 0 1110 11100011 1000010 111100

Color Harmonies of #5774DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5774DC

Black with #5774DC

Text Example


Text Example

White with #5774DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5774DC; }

 p { color: rgb(87,116,220); }

 H1.HeaderClassName
 {
   color: #5774DC;
 }
 .AnyTagClassName
 {
   color: #5774DC;
 }
</style>

background-color css

<style>
 a { background-color: #5774DC; }

 a { background-color: rgb(87,116,220); }

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

border-color css

<style>
 span { border-color: #5774DC; }

 span { border-color: rgb(87,116,220); }

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