Html Css Color HEX #5273EE Royal Blue

📋 copy color: '#5273EE'

red 82 ◦ green 115 ◦ blue 238

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

Shades of Royal Blue #5273EE

Tints of Royal Blue #5273EE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.44%

 BLUE value IS 238 (93.36% from 255) = 54.71%

R = 18.85%
G = 26.44%
B = 54.71%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5273EE (or 0x5273EE) is known color: Royal Blue. HEX triplet: 52, 73 and EE. RGB value is (82,115,238). Sum of RGB (Red+Green+Blue) = 82+115+238=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #5273EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5273EE is #AD8C11. Grayscale: #767676. Windows color (decimal): -11373586 or 15627090. OLE color: 15627090.

HSL color Cylindrical-coordinate representation of color #5273EE: hue angle of 227.31º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5273EE is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 115 238 -
CMYK 0.66 0.52 0 0.07
HSL 227.31º 0.82% 0.63% -
HSV(B) 227.31º 0.66% 0.93% -
XYZ 25.04 20.23 83.47 -
YUV 119.16 195.07 101.5 -
System Red Green Blue C M Y K H S L
Decimal 82 115 238 0.66 0.52 0 0.07 227.31 0.82 0.63
Hex 52 73 EE 42 34 0 7 E3 52 3F
Octal 122 163 356 102 64 0 7 343 122 77
Binary 1010010 1110011 11101110 1000010 110100 0 111 11100011 1010010 111111

Color Harmonies of #5273EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5273EE

Black with #5273EE

Text Example


Text Example

White with #5273EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5273EE; }

 p { color: rgb(82,115,238); }

 H1.HeaderClassName
 {
   color: #5273EE;
 }
 .AnyTagClassName
 {
   color: #5273EE;
 }
</style>

background-color css

<style>
 a { background-color: #5273EE; }

 a { background-color: rgb(82,115,238); }

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

border-color css

<style>
 span { border-color: #5273EE; }

 span { border-color: rgb(82,115,238); }

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