Html Css Color HEX #5261EE Royal Blue

📋 copy color: '#5261EE'

red 82 ◦ green 97 ◦ blue 238

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

Shades of Royal Blue #5261EE

Tints of Royal Blue #5261EE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.26%

 BLUE value IS 238 (93.36% from 255) = 57.07%

R = 19.66%
G = 23.26%
B = 57.07%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5261EE (or 0x5261EE) is known color: Royal Blue. HEX triplet: 52, 61 and EE. RGB value is (82,97,238). Sum of RGB (Red+Green+Blue) = 82+97+238=417 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.66% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #5261EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5261EE is #AD9E11. Grayscale: #6C6C6C. Windows color (decimal): -11378194 or 15622482. OLE color: 15622482.

HSL color Cylindrical-coordinate representation of color #5261EE: hue angle of 234.23º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5261EE is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 97 238 -
CMYK 0.66 0.59 0 0.07
HSL 234.23º 0.82% 0.63% -
HSV(B) 234.23º 0.66% 0.93% -
XYZ 23.19 16.52 82.85 -
YUV 108.59 201.03 109.04 -
System Red Green Blue C M Y K H S L
Decimal 82 97 238 0.66 0.59 0 0.07 234.23 0.82 0.63
Hex 52 61 EE 42 3B 0 7 EA 52 3F
Octal 122 141 356 102 73 0 7 352 122 77
Binary 1010010 1100001 11101110 1000010 111011 0 111 11101010 1010010 111111

Color Harmonies of #5261EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5261EE

Black with #5261EE

Text Example


Text Example

White with #5261EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5261EE; }

 p { color: rgb(82,97,238); }

 H1.HeaderClassName
 {
   color: #5261EE;
 }
 .AnyTagClassName
 {
   color: #5261EE;
 }
</style>

background-color css

<style>
 a { background-color: #5261EE; }

 a { background-color: rgb(82,97,238); }

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

border-color css

<style>
 span { border-color: #5261EE; }

 span { border-color: rgb(82,97,238); }

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