Html Css Color HEX #5277EB Royal Blue

📋 copy color: '#5277EB'

red 82 ◦ green 119 ◦ blue 235

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

Shades of Royal Blue #5277EB

Tints of Royal Blue #5277EB

RGB

 RED value IS 82 (32.42% from 255) = 18.81%

 GREEN value IS 119 (46.88% from 255) = 27.29%

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

R = 18.81%
G = 27.29%
B = 53.9%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5277EB (or 0x5277EB) is known color: Royal Blue. HEX triplet: 52, 77 and EB. RGB value is (82,119,235). Sum of RGB (Red+Green+Blue) = 82+119+235=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 119 (46.88% from 255 or 27.29% 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 #5277EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5277EB is #AD8814. Grayscale: #787878. Windows color (decimal): -11372565 or 15431506. OLE color: 15431506.

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

Color convert

RGB 82 119 235 -
CMYK 0.65 0.49 0 0.08
HSL 225.49º 0.79% 0.62% -
HSV(B) 225.49º 0.65% 0.92% -
XYZ 25.07 20.99 81.33 -
YUV 121.16 192.24 100.07 -
System Red Green Blue C M Y K H S L
Decimal 82 119 235 0.65 0.49 0 0.08 225.49 0.79 0.62
Hex 52 77 EB 41 31 0 8 E1 4F 3E
Octal 122 167 353 101 61 0 10 341 117 76
Binary 1010010 1110111 11101011 1000001 110001 0 1000 11100001 1001111 111110

Color Harmonies of #5277EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5277EB

Black with #5277EB

Text Example


Text Example

White with #5277EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,119,235); }

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

background-color css

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

 a { background-color: rgb(82,119,235); }

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

border-color css

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

 span { border-color: rgb(82,119,235); }

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