#3f85e5

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

Shades of Royal Blue #3F85E5

Tints of Royal Blue #3F85E5

Color information

#3F85E5 (or 0x3F85E5) is unknown color: approx Royal Blue. HEX triplet: 3F, 85 and E5. RGB value is (63,133,229). Sum of RGB (Red+Green+Blue) = 63+133+229=425 (56% of max value = 765). Red value is 63 (25% from 255 or 14.82% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #3F85E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F85E5 is #C07A1A. Grayscale: #7A7A7A. Windows color (decimal): -12614171 or 15041855. OLE color: 15041855.

HSL color Cylindrical-coordinate representation of color #3F85E5: hue angle of 214.7º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F85E5 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB63133229-
CMYK0.720.4200.10
HSL214.7º76.15%57.25%-
HSV(B)214.7º72.49%89.8%-
XYZ24.5823.4977.37-
YUV123.01187.8185.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.82%
GREEN value IS 133 (52.34% from 255) = 31.29%
BLUE value IS 229 (89.84% from 255) = 53.88%
R=14.82%
G=31.29%
B=53.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal631332290.720.4200.10214.776.1557.25
Hex3F85E5482A0Ad74c39
Octal772053451105201232711471
Binary1111111000010111100101100100010101001010110101111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f85e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,133,229); }

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

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

 a { background-color: rgb(63,133,229); }

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

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

 span { border-color: rgb(63,133,229); }

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