#3F71F0

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

Shades of Royal Blue #3F71F0

Tints of Royal Blue #3F71F0

Color information

#3F71F0 (or 0x3F71F0) is unknown color: approx Royal Blue. HEX triplet: 3F, 71 and F0. RGB value is (63,113,240). Sum of RGB (Red+Green+Blue) = 63+113+240=416 (55% of max value = 765). Red value is 63 (25% from 255 or 15.14% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 240 (94.14% from 255 or 57.69% from 416); Max value from RGB is 240 - color contains mainly: blue. Hex color #3F71F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F71F0 is #C08E0F. Grayscale: #6F6F6F. Windows color (decimal): -12619280 or 15757631. OLE color: 15757631.

HSL color Cylindrical-coordinate representation of color #3F71F0: hue angle of 223.05º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F71F0 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB63113240-
CMYK0.740.5300.06
HSL223.05º85.51%59.41%-
HSV(B)223.05º73.75%94.12%-
XYZ23.6819.1684.89-
YUV112.53199.9492.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.14%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 240 (94.14% from 255) = 57.69%
R=15.14%
G=27.16%
B=57.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal631132400.740.5300.06223.0585.5159.41
Hex3F71F04A3506df563b
Octal77161360112650633712673
Binary11111111100011111000010010101101010110110111111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F71F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,113,240); }

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

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

 a { background-color: rgb(63,113,240); }

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

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

 span { border-color: rgb(63,113,240); }

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