Html Css Color HEX #5260EB Royal Blue

📋 copy color: '#5260EB'

red 82 ◦ green 96 ◦ blue 235

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

Shades of Royal Blue #5260EB

Tints of Royal Blue #5260EB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.24%

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

R = 19.85%
G = 23.24%
B = 56.9%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5260EB (or 0x5260EB) is known color: Royal Blue. HEX triplet: 52, 60 and EB. RGB value is (82,96,235). Sum of RGB (Red+Green+Blue) = 82+96+235=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #5260EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5260EB is #AD9F14. Grayscale: #6B6B6B. Windows color (decimal): -11378453 or 15425618. OLE color: 15425618.

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

Color convert

RGB 82 96 235 -
CMYK 0.65 0.59 0 0.08
HSL 234.51º 0.79% 0.62% -
HSV(B) 234.51º 0.65% 0.92% -
XYZ 22.66 16.16 80.52 -
YUV 107.66 199.86 109.7 -
System Red Green Blue C M Y K H S L
Decimal 82 96 235 0.65 0.59 0 0.08 234.51 0.79 0.62
Hex 52 60 EB 41 3B 0 8 EB 4F 3E
Octal 122 140 353 101 73 0 10 353 117 76
Binary 1010010 1100000 11101011 1000001 111011 0 1000 11101011 1001111 111110

Color Harmonies of #5260EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5260EB

Black with #5260EB

Text Example


Text Example

White with #5260EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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