Html Css Color HEX #5277FE Royal Blue

📋 copy color: '#5277FE'

red 82 ◦ green 119 ◦ blue 254

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

Shades of Royal Blue #5277FE

Tints of Royal Blue #5277FE

RGB

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

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

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

R = 18.02%
G = 26.15%
B = 55.82%

CMYK

 C value IS 0.68

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5277FE (or 0x5277FE) is known color: Royal Blue. HEX triplet: 52, 77 and FE. RGB value is (82,119,254). Sum of RGB (Red+Green+Blue) = 82+119+254=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #5277FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5277FE is #AD8801. Grayscale: #7A7A7A. Windows color (decimal): -11372546 or 16676690. OLE color: 16676690.

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

Color convert

RGB 82 119 254 -
CMYK 0.68 0.53 0 0.00
HSL 227.09º 0.99% 0.66% -
HSV(B) 227.09º 0.68% 1% -
XYZ 27.97 22.14 96.57 -
YUV 123.33 201.74 98.52 -
System Red Green Blue C M Y K H S L
Decimal 82 119 254 0.68 0.53 0 0.00 227.09 0.99 0.66
Hex 52 77 FE 44 35 0 0 E3 63 42
Octal 122 167 376 104 65 0 0 343 143 102
Binary 1010010 1110111 11111110 1000100 110101 0 0 11100011 1100011 1000010

Color Harmonies of #5277FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5277FE

Black with #5277FE

Text Example


Text Example

White with #5277FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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