#5262DB

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

Shades of Royal Blue #5262DB

Tints of Royal Blue #5262DB

Color information

#5262DB (or 0x5262DB) is unknown color: approx Royal Blue. HEX triplet: 52, 62 and DB. RGB value is (82,98,219). Sum of RGB (Red+Green+Blue) = 82+98+219=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #5262DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5262DB is #AD9D24. Grayscale: #6A6A6A. Windows color (decimal): -11377957 or 14377554. OLE color: 14377554.

HSL color Cylindrical-coordinate representation of color #5262DB: hue angle of 232.99º 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 #5262DB is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8298219-
CMYK0.630.5500.14
HSL232.99º65.55%59.02%-
HSV(B)232.99º62.56%85.88%-
XYZ20.6315.6468.95-
YUV107.01191.2110.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.55%
GREEN value IS 98 (38.67% from 255) = 24.56%
BLUE value IS 219 (85.94% from 255) = 54.89%
R=20.55%
G=24.56%
B=54.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal82982190.630.5500.14232.9965.5559.02
Hex5262DB3F370Ee9423b
Octal122142333776701635110273
Binary101001011000101101101111111111011101110111010011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5262DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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