Html Css Color HEX #5274ED Royal Blue

📋 copy color: '#5274ED'

red 82 ◦ green 116 ◦ blue 237

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

Shades of Royal Blue #5274ED

Tints of Royal Blue #5274ED

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.67%

 BLUE value IS 237 (92.97% from 255) = 54.48%

R = 18.85%
G = 26.67%
B = 54.48%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5274ED (or 0x5274ED) is known color: Royal Blue. HEX triplet: 52, 74 and ED. RGB value is (82,116,237). Sum of RGB (Red+Green+Blue) = 82+116+237=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #5274ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5274ED is #AD8B12. Grayscale: #777777. Windows color (decimal): -11373331 or 15561810. OLE color: 15561810.

HSL color Cylindrical-coordinate representation of color #5274ED: hue angle of 226.84º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5274ED is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 116 237 -
CMYK 0.65 0.51 0 0.07
HSL 226.84º 0.81% 0.63% -
HSV(B) 226.84º 0.65% 0.93% -
XYZ 25.01 20.4 82.74 -
YUV 119.63 194.24 101.16 -
System Red Green Blue C M Y K H S L
Decimal 82 116 237 0.65 0.51 0 0.07 226.84 0.81 0.63
Hex 52 74 ED 41 33 0 7 E3 51 3F
Octal 122 164 355 101 63 0 7 343 121 77
Binary 1010010 1110100 11101101 1000001 110011 0 111 11100011 1010001 111111

Color Harmonies of #5274ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5274ED

Black with #5274ED

Text Example


Text Example

White with #5274ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5274ED; }

 p { color: rgb(82,116,237); }

 H1.HeaderClassName
 {
   color: #5274ED;
 }
 .AnyTagClassName
 {
   color: #5274ED;
 }
</style>

background-color css

<style>
 a { background-color: #5274ED; }

 a { background-color: rgb(82,116,237); }

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

border-color css

<style>
 span { border-color: #5274ED; }

 span { border-color: rgb(82,116,237); }

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