#5F6DDF

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

Shades of Royal Blue #5F6DDF

Tints of Royal Blue #5F6DDF

Color information

#5F6DDF (or 0x5F6DDF) is unknown color: approx Royal Blue. HEX triplet: 5F, 6D and DF. RGB value is (95,109,223). Sum of RGB (Red+Green+Blue) = 95+109+223=427 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.25% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F6DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6DDF is #A09220. Grayscale: #757575. Windows color (decimal): -10523169 or 14642527. OLE color: 14642527.

HSL color Cylindrical-coordinate representation of color #5F6DDF: hue angle of 233.44º degrees, saturation: 0.67, 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 #5F6DDF is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB95109223-
CMYK0.570.5100.13
HSL233.44º66.67%62.35%-
HSV(B)233.44º57.4%87.45%-
XYZ23.5118.772.18-
YUV117.81187.36111.73-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.25%
GREEN value IS 109 (42.97% from 255) = 25.53%
BLUE value IS 223 (87.5% from 255) = 52.22%
R=22.25%
G=25.53%
B=52.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951092230.570.5100.13233.4466.6762.35
Hex5F6DDF39330De9433e
Octal137155337716301535110376
Binary101111111011011101111111100111001101101111010011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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