Html Css Color HEX #5276EA Royal Blue

📋 copy color: '#5276EA'

red 82 ◦ green 118 ◦ blue 234

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

Shades of Royal Blue #5276EA

Tints of Royal Blue #5276EA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.19%

 BLUE value IS 234 (91.8% from 255) = 53.92%

R = 18.89%
G = 27.19%
B = 53.92%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5276EA (or 0x5276EA) is known color: Royal Blue. HEX triplet: 52, 76 and EA. RGB value is (82,118,234). Sum of RGB (Red+Green+Blue) = 82+118+234=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #5276EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5276EA is #AD8915. Grayscale: #777777. Windows color (decimal): -11372822 or 15365714. OLE color: 15365714.

HSL color Cylindrical-coordinate representation of color #5276EA: hue angle of 225.79º degrees, saturation: 0.78, 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 #5276EA is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 118 234 -
CMYK 0.65 0.50 0 0.08
HSL 225.79º 0.78% 0.62% -
HSV(B) 225.79º 0.65% 0.92% -
XYZ 24.81 20.69 80.53 -
YUV 120.46 192.07 100.57 -
System Red Green Blue C M Y K H S L
Decimal 82 118 234 0.65 0.50 0 0.08 225.79 0.78 0.62
Hex 52 76 EA 41 32 0 8 E2 4E 3E
Octal 122 166 352 101 62 0 10 342 116 76
Binary 1010010 1110110 11101010 1000001 110010 0 1000 11100010 1001110 111110

Color Harmonies of #5276EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5276EA

Black with #5276EA

Text Example


Text Example

White with #5276EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5276EA; }

 p { color: rgb(82,118,234); }

 H1.HeaderClassName
 {
   color: #5276EA;
 }
 .AnyTagClassName
 {
   color: #5276EA;
 }
</style>

background-color css

<style>
 a { background-color: #5276EA; }

 a { background-color: rgb(82,118,234); }

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

border-color css

<style>
 span { border-color: #5276EA; }

 span { border-color: rgb(82,118,234); }

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