#5279E3

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

Shades of Royal Blue #5279E3

Tints of Royal Blue #5279E3

Color information

#5279E3 (or 0x5279E3) is unknown color: approx Royal Blue. HEX triplet: 52, 79 and E3. RGB value is (82,121,227). Sum of RGB (Red+Green+Blue) = 82+121+227=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 227 (89.06% from 255 or 52.79% from 430); Max value from RGB is 227 - color contains mainly: blue. Hex color #5279E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5279E3 is #AD861C. Grayscale: #787878. Windows color (decimal): -11372061 or 14907730. OLE color: 14907730.

HSL color Cylindrical-coordinate representation of color #5279E3: hue angle of 223.86º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5279E3 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB82121227-
CMYK0.640.4700.11
HSL223.86º72.14%60.59%-
HSV(B)223.86º63.88%89.02%-
XYZ24.1821.0175.45-
YUV121.42187.5899.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.07%
GREEN value IS 121 (47.66% from 255) = 28.14%
BLUE value IS 227 (89.06% from 255) = 52.79%
R=19.07%
G=28.14%
B=52.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal821212270.640.4700.11223.8672.1460.59
Hex5279E3402F0Be0483d
Octal1221713431005701334011075
Binary1010010111100111100011100000010111101011111000001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5279E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5279E3; }

 p { color: rgb(82,121,227); }

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

<style>
 a { background-color: #5279E3; }

 a { background-color: rgb(82,121,227); }

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

<style>
 span { border-color: #5279E3; }

 span { border-color: rgb(82,121,227); }

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