#3f86de

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

Shades of Royal Blue #3F86DE

Tints of Royal Blue #3F86DE

Color information

#3F86DE (or 0x3F86DE) is unknown color: approx Royal Blue. HEX triplet: 3F, 86 and DE. RGB value is (63,134,222). Sum of RGB (Red+Green+Blue) = 63+134+222=419 (55% of max value = 765). Red value is 63 (25% from 255 or 15.04% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #3F86DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F86DE is #C07921. Grayscale: #7A7A7A. Windows color (decimal): -12613922 or 14583359. OLE color: 14583359.

HSL color Cylindrical-coordinate representation of color #3F86DE: hue angle of 213.21º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F86DE is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB63134222-
CMYK0.720.4000.13
HSL213.21º70.67%55.88%-
HSV(B)213.21º71.62%87.06%-
XYZ23.7623.3872.37-
YUV122.8183.9885.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.04%
GREEN value IS 134 (52.73% from 255) = 31.98%
BLUE value IS 222 (87.11% from 255) = 52.98%
R=15.04%
G=31.98%
B=52.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal631342220.720.4000.13213.2170.6755.88
Hex3F86DE48280Dd54738
Octal772063361105001532510770
Binary1111111000011011011110100100010100001101110101011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f86de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3f86de; }

 p { color: rgb(63,134,222); }

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

<style>
 a { background-color: #3f86de; }

 a { background-color: rgb(63,134,222); }

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

<style>
 span { border-color: #3f86de; }

 span { border-color: rgb(63,134,222); }

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