#5261DB

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

Shades of Royal Blue #5261DB

Tints of Royal Blue #5261DB

Color information

#5261DB (or 0x5261DB) is unknown color: approx Royal Blue. HEX triplet: 52, 61 and DB. RGB value is (82,97,219). Sum of RGB (Red+Green+Blue) = 82+97+219=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #5261DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5261DB is #AD9E24. Grayscale: #696969. Windows color (decimal): -11378213 or 14377298. OLE color: 14377298.

HSL color Cylindrical-coordinate representation of color #5261DB: hue angle of 233.43º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5261DB is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8297219-
CMYK0.630.5600.14
HSL233.43º65.55%59.02%-
HSV(B)233.43º62.56%85.88%-
XYZ20.5415.4668.92-
YUV106.42191.53110.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.60%
GREEN value IS 97 (38.28% from 255) = 24.37%
BLUE value IS 219 (85.94% from 255) = 55.03%
R=20.60%
G=24.37%
B=55.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal82972190.630.5600.14233.4365.5559.02
Hex5261DB3F380Ee9423b
Octal122141333777001635110273
Binary101001011000011101101111111111100001110111010011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5261DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5261DB; }

 p { color: rgb(82,97,219); }

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

<style>
 a { background-color: #5261DB; }

 a { background-color: rgb(82,97,219); }

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

<style>
 span { border-color: #5261DB; }

 span { border-color: rgb(82,97,219); }

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