#5266EF

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

Shades of Royal Blue #5266EF

Tints of Royal Blue #5266EF

Color information

#5266EF (or 0x5266EF) is unknown color: approx Royal Blue. HEX triplet: 52, 66 and EF. RGB value is (82,102,239). Sum of RGB (Red+Green+Blue) = 82+102+239=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #5266EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5266EF is #AD9910. Grayscale: #6F6F6F. Windows color (decimal): -11376913 or 15689298. OLE color: 15689298.

HSL color Cylindrical-coordinate representation of color #5266EF: hue angle of 232.36º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5266EF is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB82102239-
CMYK0.660.5700.06
HSL232.36º83.07%62.94%-
HSV(B)232.36º65.69%93.73%-
XYZ23.8117.5383.79-
YUV111.64199.87106.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.39%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 239 (93.75% from 255) = 56.50%
R=19.39%
G=24.11%
B=56.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal821022390.660.5700.06232.3683.0762.94
Hex5266EF423906e8533f
Octal122146357102710635012377
Binary101001011001101110111110000101110010110111010001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5266EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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