Html Css Color HEX #5279EB Royal Blue

📋 copy color: '#5279EB'

red 82 ◦ green 121 ◦ blue 235

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

Shades of Royal Blue #5279EB

Tints of Royal Blue #5279EB

RGB

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

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

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

R = 18.72%
G = 27.63%
B = 53.65%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5279EB (or 0x5279EB) is known color: Royal Blue. HEX triplet: 52, 79 and EB. RGB value is (82,121,235). Sum of RGB (Red+Green+Blue) = 82+121+235=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #5279EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5279EB is #AD8614. Grayscale: #797979. Windows color (decimal): -11372053 or 15432018. OLE color: 15432018.

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

Color convert

RGB 82 121 235 -
CMYK 0.65 0.49 0 0.08
HSL 224.71º 0.79% 0.62% -
HSV(B) 224.71º 0.65% 0.92% -
XYZ 25.31 21.47 81.41 -
YUV 122.34 191.58 99.23 -
System Red Green Blue C M Y K H S L
Decimal 82 121 235 0.65 0.49 0 0.08 224.71 0.79 0.62
Hex 52 79 EB 41 31 0 8 E1 4F 3E
Octal 122 171 353 101 61 0 10 341 117 76
Binary 1010010 1111001 11101011 1000001 110001 0 1000 11100001 1001111 111110

Color Harmonies of #5279EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5279EB

Black with #5279EB

Text Example


Text Example

White with #5279EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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