#526CFB

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

Shades of Royal Blue #526CFB

Tints of Royal Blue #526CFB

Color information

#526CFB (or 0x526CFB) is unknown color: approx Royal Blue. HEX triplet: 52, 6C and FB. RGB value is (82,108,251). Sum of RGB (Red+Green+Blue) = 82+108+251=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #526CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526CFB is #AD9304. Grayscale: #737373. Windows color (decimal): -11375365 or 16477266. OLE color: 16477266.

HSL color Cylindrical-coordinate representation of color #526CFB: hue angle of 230.77º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #526CFB is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB82108251-
CMYK0.670.5700.02
HSL230.77º95.48%65.29%-
HSV(B)230.77º67.33%98.43%-
XYZ26.2519.4893.64-
YUV116.53203.89103.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.59%
GREEN value IS 108 (42.58% from 255) = 24.49%
BLUE value IS 251 (98.44% from 255) = 56.92%
R=18.59%
G=24.49%
B=56.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal821082510.670.5700.02230.7795.4865.29
Hex526CFB433902e75f41
Octal1221543731037102347137101
Binary101001011011001111101110000111110010101110011110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,108,251); }

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

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

 a { background-color: rgb(82,108,251); }

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

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

 span { border-color: rgb(82,108,251); }

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