Html Css Color HEX #5260EA Royal Blue

📋 copy color: '#5260EA'

red 82 ◦ green 96 ◦ blue 234

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

Shades of Royal Blue #5260EA

Tints of Royal Blue #5260EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.8%

R = 19.9%
G = 23.3%
B = 56.8%

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

#5260EA (or 0x5260EA) is known color: Royal Blue. HEX triplet: 52, 60 and EA. RGB value is (82,96,234). Sum of RGB (Red+Green+Blue) = 82+96+234=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #5260EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5260EA is #AD9F15. Grayscale: #6A6A6A. Windows color (decimal): -11378454 or 15360082. OLE color: 15360082.

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

Color convert

RGB 82 96 234 -
CMYK 0.65 0.59 0 0.08
HSL 234.47º 0.78% 0.62% -
HSV(B) 234.47º 0.65% 0.92% -
XYZ 22.51 16.1 79.76 -
YUV 107.55 199.36 109.78 -
System Red Green Blue C M Y K H S L
Decimal 82 96 234 0.65 0.59 0 0.08 234.47 0.78 0.62
Hex 52 60 EA 41 3B 0 8 EA 4E 3E
Octal 122 140 352 101 73 0 10 352 116 76
Binary 1010010 1100000 11101010 1000001 111011 0 1000 11101010 1001110 111110

Color Harmonies of #5260EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5260EA

Black with #5260EA

Text Example


Text Example

White with #5260EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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