#5266EE

Color #5266EE Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5266EE

Tints of Royal Blue #5266EE

Color information

#5266EE (or 0x5266EE) is unknown color: approx Royal Blue. HEX triplet: 52, 66 and EE. RGB value is (82,102,238). Sum of RGB (Red+Green+Blue) = 82+102+238=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #5266EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5266EE is #AD9911. Grayscale: #6E6E6E. Windows color (decimal): -11376914 or 15623762. OLE color: 15623762.

HSL color Cylindrical-coordinate representation of color #5266EE: hue angle of 232.31º 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 #5266EE is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB82102238-
CMYK0.660.5700.07
HSL232.31º82.11%62.75%-
HSV(B)232.31º65.55%93.33%-
XYZ23.6617.4783.01-
YUV111.52199.37106.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.43%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 238 (93.36% from 255) = 56.40%
R=19.43%
G=24.17%
B=56.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal821022380.660.5700.07232.3182.1162.75
Hex5266EE423907e8523f
Octal122146356102710735012277
Binary101001011001101110111010000101110010111111010001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5266EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5266EE;
 }
 .AnyTagClassName
 {
   color: #5266EE;
 }
</style>
background-color css

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

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

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

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

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

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