#5F79DE

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

Shades of Royal Blue #5F79DE

Tints of Royal Blue #5F79DE

Color information

#5F79DE (or 0x5F79DE) is unknown color: approx Royal Blue. HEX triplet: 5F, 79 and DE. RGB value is (95,121,222). Sum of RGB (Red+Green+Blue) = 95+121+222=438 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.69% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #5F79DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F79DE is #A08621. Grayscale: #7C7C7C. Windows color (decimal): -10520098 or 14580063. OLE color: 14580063.

HSL color Cylindrical-coordinate representation of color #5F79DE: hue angle of 227.72º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F79DE is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB95121222-
CMYK0.570.4500.13
HSL227.72º65.8%62.16%-
HSV(B)227.72º57.21%87.06%-
XYZ24.7421.3871.93-
YUV124.74182.89106.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.69%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 222 (87.11% from 255) = 50.68%
R=21.69%
G=27.63%
B=50.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951212220.570.4500.13227.7265.862.16
Hex5F79DE392D0De4423e
Octal137171336715501534410276
Binary101111111110011101111011100110110101101111001001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F79DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F79DE; }

 p { color: rgb(95,121,222); }

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

<style>
 a { background-color: #5F79DE; }

 a { background-color: rgb(95,121,222); }

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

<style>
 span { border-color: #5F79DE; }

 span { border-color: rgb(95,121,222); }

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