Html Css Color HEX #5277FD Royal Blue

📋 copy color: '#5277FD'

red 82 ◦ green 119 ◦ blue 253

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

Shades of Royal Blue #5277FD

Tints of Royal Blue #5277FD

RGB

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

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

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

R = 18.06%
G = 26.21%
B = 55.73%

CMYK

 C value IS 0.68

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5277FD (or 0x5277FD) is known color: Royal Blue. HEX triplet: 52, 77 and FD. RGB value is (82,119,253). Sum of RGB (Red+Green+Blue) = 82+119+253=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 119 (46.88% from 255 or 26.21% 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 #5277FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5277FD is #AD8802. Grayscale: #7A7A7A. Windows color (decimal): -11372547 or 16611154. OLE color: 16611154.

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

Color convert

RGB 82 119 253 -
CMYK 0.68 0.53 0 0.01
HSL 227.02º 0.98% 0.66% -
HSV(B) 227.02º 0.68% 0.99% -
XYZ 27.81 22.08 95.72 -
YUV 123.21 201.24 98.6 -
System Red Green Blue C M Y K H S L
Decimal 82 119 253 0.68 0.53 0 0.01 227.02 0.98 0.66
Hex 52 77 FD 44 35 0 1 E3 62 42
Octal 122 167 375 104 65 0 1 343 142 102
Binary 1010010 1110111 11111101 1000100 110101 0 1 11100011 1100010 1000010

Color Harmonies of #5277FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5277FD

Black with #5277FD

Text Example


Text Example

White with #5277FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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