Html Css Color HEX #5770EA Royal Blue

📋 copy color: '#5770EA'

red 87 ◦ green 112 ◦ blue 234

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

Shades of Royal Blue #5770EA

Tints of Royal Blue #5770EA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.87%

 BLUE value IS 234 (91.8% from 255) = 54.04%

R = 20.09%
G = 25.87%
B = 54.04%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5770EA (or 0x5770EA) is known color: Royal Blue. HEX triplet: 57, 70 and EA. RGB value is (87,112,234). Sum of RGB (Red+Green+Blue) = 87+112+234=433 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.09% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #5770EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5770EA is #A88F15. Grayscale: #757575. Windows color (decimal): -11046678 or 15364183. OLE color: 15364183.

HSL color Cylindrical-coordinate representation of color #5770EA: hue angle of 229.8º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5770EA is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 87 112 234 -
CMYK 0.63 0.52 0 0.08
HSL 229.8º 0.78% 0.63% -
HSV(B) 229.8º 0.63% 0.92% -
XYZ 24.58 19.56 80.32 -
YUV 118.43 193.22 105.58 -
System Red Green Blue C M Y K H S L
Decimal 87 112 234 0.63 0.52 0 0.08 229.8 0.78 0.63
Hex 57 70 EA 3F 34 0 8 E6 4E 3F
Octal 127 160 352 77 64 0 10 346 116 77
Binary 1010111 1110000 11101010 111111 110100 0 1000 11100110 1001110 111111

Color Harmonies of #5770EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5770EA

Black with #5770EA

Text Example


Text Example

White with #5770EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5770EA; }

 p { color: rgb(87,112,234); }

 H1.HeaderClassName
 {
   color: #5770EA;
 }
 .AnyTagClassName
 {
   color: #5770EA;
 }
</style>

background-color css

<style>
 a { background-color: #5770EA; }

 a { background-color: rgb(87,112,234); }

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

border-color css

<style>
 span { border-color: #5770EA; }

 span { border-color: rgb(87,112,234); }

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