Html Css Color HEX #5279ED Royal Blue

📋 copy color: '#5279ED'

red 82 ◦ green 121 ◦ blue 237

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

Shades of Royal Blue #5279ED

Tints of Royal Blue #5279ED

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.5%

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

R = 18.64%
G = 27.5%
B = 53.86%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5279ED (or 0x5279ED) is known color: Royal Blue. HEX triplet: 52, 79 and ED. RGB value is (82,121,237). Sum of RGB (Red+Green+Blue) = 82+121+237=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #5279ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5279ED is #AD8612. Grayscale: #7A7A7A. Windows color (decimal): -11372051 or 15563090. OLE color: 15563090.

HSL color Cylindrical-coordinate representation of color #5279ED: hue angle of 224.9º 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 #5279ED is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 121 237 -
CMYK 0.65 0.49 0 0.07
HSL 224.9º 0.81% 0.63% -
HSV(B) 224.9º 0.65% 0.93% -
XYZ 25.6 21.58 82.94 -
YUV 122.56 192.58 99.07 -
System Red Green Blue C M Y K H S L
Decimal 82 121 237 0.65 0.49 0 0.07 224.9 0.81 0.63
Hex 52 79 ED 41 31 0 7 E1 51 3F
Octal 122 171 355 101 61 0 7 341 121 77
Binary 1010010 1111001 11101101 1000001 110001 0 111 11100001 1010001 111111

Color Harmonies of #5279ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5279ED

Black with #5279ED

Text Example


Text Example

White with #5279ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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