Html Css Color HEX #5266EA Royal Blue

📋 copy color: '#5266EA'

red 82 ◦ green 102 ◦ blue 234

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

Shades of Royal Blue #5266EA

Tints of Royal Blue #5266EA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.4%

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

R = 19.62%
G = 24.4%
B = 55.98%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5266EA (or 0x5266EA) is known color: Royal Blue. HEX triplet: 52, 66 and EA. RGB value is (82,102,234). Sum of RGB (Red+Green+Blue) = 82+102+234=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #5266EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5266EA is #AD9915. Grayscale: #6E6E6E. Windows color (decimal): -11376918 or 15361618. OLE color: 15361618.

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

Color convert

RGB 82 102 234 -
CMYK 0.65 0.56 0 0.08
HSL 232.11º 0.78% 0.62% -
HSV(B) 232.11º 0.65% 0.92% -
XYZ 23.08 17.24 79.95 -
YUV 111.07 197.37 107.27 -
System Red Green Blue C M Y K H S L
Decimal 82 102 234 0.65 0.56 0 0.08 232.11 0.78 0.62
Hex 52 66 EA 41 38 0 8 E8 4E 3E
Octal 122 146 352 101 70 0 10 350 116 76
Binary 1010010 1100110 11101010 1000001 111000 0 1000 11101000 1001110 111110

Color Harmonies of #5266EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5266EA

Black with #5266EA

Text Example


Text Example

White with #5266EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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