#3F80E0

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

Shades of Royal Blue #3F80E0

Tints of Royal Blue #3F80E0

Color information

#3F80E0 (or 0x3F80E0) is unknown color: approx Royal Blue. HEX triplet: 3F, 80 and E0. RGB value is (63,128,224). Sum of RGB (Red+Green+Blue) = 63+128+224=415 (54% of max value = 765). Red value is 63 (25% from 255 or 15.18% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 224 (87.89% from 255 or 53.98% from 415); Max value from RGB is 224 - color contains mainly: blue. Hex color #3F80E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F80E0 is #C07F1F. Grayscale: #777777. Windows color (decimal): -12615456 or 14712895. OLE color: 14712895.

HSL color Cylindrical-coordinate representation of color #3F80E0: hue angle of 215.78º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F80E0 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB63128224-
CMYK0.720.4300.12
HSL215.78º72.2%56.27%-
HSV(B)215.78º71.88%87.84%-
XYZ23.2221.8873.52-
YUV119.51186.9787.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.18%
GREEN value IS 128 (50.39% from 255) = 30.84%
BLUE value IS 224 (87.89% from 255) = 53.98%
R=15.18%
G=30.84%
B=53.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal631282240.720.4300.12215.7872.256.27
Hex3F80E0482B0Cd84838
Octal772003401105301433011070
Binary1111111000000011100000100100010101101100110110001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F80E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,128,224); }

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

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

 a { background-color: rgb(63,128,224); }

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

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

 span { border-color: rgb(63,128,224); }

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