Html Css Color HEX #5772FD Royal Blue

📋 copy color: '#5772FD'

red 87 ◦ green 114 ◦ blue 253

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

Shades of Royal Blue #5772FD

Tints of Royal Blue #5772FD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.11%

 BLUE value IS 253 (99.22% from 255) = 55.73%

R = 19.16%
G = 25.11%
B = 55.73%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5772FD (or 0x5772FD) is known color: Royal Blue. HEX triplet: 57, 72 and FD. RGB value is (87,114,253). Sum of RGB (Red+Green+Blue) = 87+114+253=454 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.16% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #5772FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5772FD is #A88D02. Grayscale: #797979. Windows color (decimal): -11046147 or 16609879. OLE color: 16609879.

HSL color Cylindrical-coordinate representation of color #5772FD: hue angle of 230.24º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5772FD is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 87 114 253 -
CMYK 0.66 0.55 0 0.01
HSL 230.24º 0.98% 0.67% -
HSV(B) 230.24º 0.66% 0.99% -
XYZ 27.68 21.15 95.55 -
YUV 121.77 202.05 103.2 -
System Red Green Blue C M Y K H S L
Decimal 87 114 253 0.66 0.55 0 0.01 230.24 0.98 0.67
Hex 57 72 FD 42 37 0 1 E6 62 43
Octal 127 162 375 102 67 0 1 346 142 103
Binary 1010111 1110010 11111101 1000010 110111 0 1 11100110 1100010 1000011

Color Harmonies of #5772FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5772FD

Black with #5772FD

Text Example


Text Example

White with #5772FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5772FD; }

 p { color: rgb(87,114,253); }

 H1.HeaderClassName
 {
   color: #5772FD;
 }
 .AnyTagClassName
 {
   color: #5772FD;
 }
</style>

background-color css

<style>
 a { background-color: #5772FD; }

 a { background-color: rgb(87,114,253); }

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

border-color css

<style>
 span { border-color: #5772FD; }

 span { border-color: rgb(87,114,253); }

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