Html Css Color HEX #5273EB Royal Blue

📋 copy color: '#5273EB'

red 82 ◦ green 115 ◦ blue 235

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

Shades of Royal Blue #5273EB

Tints of Royal Blue #5273EB

RGB

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

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

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

R = 18.98%
G = 26.62%
B = 54.4%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5273EB (or 0x5273EB) is known color: Royal Blue. HEX triplet: 52, 73 and EB. RGB value is (82,115,235). Sum of RGB (Red+Green+Blue) = 82+115+235=432 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.98% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #5273EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5273EB is #AD8C14. Grayscale: #767676. Windows color (decimal): -11373589 or 15430482. OLE color: 15430482.

HSL color Cylindrical-coordinate representation of color #5273EB: hue angle of 227.06º 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 #5273EB is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 115 235 -
CMYK 0.65 0.51 0 0.08
HSL 227.06º 0.79% 0.62% -
HSV(B) 227.06º 0.65% 0.92% -
XYZ 24.61 20.05 81.17 -
YUV 118.81 193.57 101.74 -
System Red Green Blue C M Y K H S L
Decimal 82 115 235 0.65 0.51 0 0.08 227.06 0.79 0.62
Hex 52 73 EB 41 33 0 8 E3 4F 3E
Octal 122 163 353 101 63 0 10 343 117 76
Binary 1010010 1110011 11101011 1000001 110011 0 1000 11100011 1001111 111110

Color Harmonies of #5273EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5273EB

Black with #5273EB

Text Example


Text Example

White with #5273EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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