#526ECF

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

Shades of Royal Blue #526ECF

Tints of Royal Blue #526ECF

Color information

#526ECF (or 0x526ECF) is unknown color: approx Royal Blue. HEX triplet: 52, 6E and CF. RGB value is (82,110,207). Sum of RGB (Red+Green+Blue) = 82+110+207=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #526ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526ECF is #AD9130. Grayscale: #707070. Windows color (decimal): -11374897 or 13594194. OLE color: 13594194.

HSL color Cylindrical-coordinate representation of color #526ECF: hue angle of 226.56º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #526ECF is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB82110207-
CMYK0.600.4700.19
HSL226.56º56.56%56.67%-
HSV(B)226.56º60.39%81.18%-
XYZ20.3217.4561.33-
YUV112.69181.22106.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.55%
GREEN value IS 110 (43.36% from 255) = 27.57%
BLUE value IS 207 (81.25% from 255) = 51.88%
R=20.55%
G=27.57%
B=51.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal821102070.600.4700.19226.5656.5656.67
Hex526ECF3C2F013e33939
Octal12215631774570233437171
Binary101001011011101100111111110010111101001111100011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526ECF; }

 p { color: rgb(82,110,207); }

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

<style>
 a { background-color: #526ECF; }

 a { background-color: rgb(82,110,207); }

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

<style>
 span { border-color: #526ECF; }

 span { border-color: rgb(82,110,207); }

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