#5F6DED

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

Shades of Royal Blue #5F6DED

Tints of Royal Blue #5F6DED

Color information

#5F6DED (or 0x5F6DED) is unknown color: approx Royal Blue. HEX triplet: 5F, 6D and ED. RGB value is (95,109,237). Sum of RGB (Red+Green+Blue) = 95+109+237=441 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.54% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #5F6DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F6DED is #A09212. Grayscale: #767676. Windows color (decimal): -10523155 or 15560031. OLE color: 15560031.

HSL color Cylindrical-coordinate representation of color #5F6DED: hue angle of 234.08º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F6DED is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB95109237-
CMYK0.600.5400.07
HSL234.08º79.78%65.1%-
HSV(B)234.08º59.92%92.94%-
XYZ25.4719.4882.54-
YUV119.41194.36110.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.54%
GREEN value IS 109 (42.97% from 255) = 24.72%
BLUE value IS 237 (92.97% from 255) = 53.74%
R=21.54%
G=24.72%
B=53.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal951092370.600.5400.07234.0879.7865.1
Hex5F6DED3C3607ea5041
Octal137155355746607352120101
Binary101111111011011110110111110011011001111110101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,109,237); }

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

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

 a { background-color: rgb(95,109,237); }

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

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

 span { border-color: rgb(95,109,237); }

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