Html Css Color HEX #5770FE Royal Blue

📋 copy color: '#5770FE'

red 87 ◦ green 112 ◦ blue 254

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

Shades of Royal Blue #5770FE

Tints of Royal Blue #5770FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.07%

R = 19.21%
G = 24.72%
B = 56.07%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5770FE (or 0x5770FE) is known color: Royal Blue. HEX triplet: 57, 70 and FE. RGB value is (87,112,254). Sum of RGB (Red+Green+Blue) = 87+112+254=453 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.21% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #5770FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5770FE is #A88F01. Grayscale: #787878. Windows color (decimal): -11046658 or 16674903. OLE color: 16674903.

HSL color Cylindrical-coordinate representation of color #5770FE: hue angle of 231.02º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5770FE is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 87 112 254 -
CMYK 0.66 0.56 0 0.00
HSL 231.02º 0.99% 0.67% -
HSV(B) 231.02º 0.66% 1% -
XYZ 27.61 20.77 96.32 -
YUV 120.71 203.22 103.95 -
System Red Green Blue C M Y K H S L
Decimal 87 112 254 0.66 0.56 0 0.00 231.02 0.99 0.67
Hex 57 70 FE 42 38 0 0 E7 63 43
Octal 127 160 376 102 70 0 0 347 143 103
Binary 1010111 1110000 11111110 1000010 111000 0 0 11100111 1100011 1000011

Color Harmonies of #5770FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5770FE

Black with #5770FE

Text Example


Text Example

White with #5770FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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