#3f7ef1

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

Shades of Royal Blue #3F7EF1

Tints of Royal Blue #3F7EF1

Color information

#3F7EF1 (or 0x3F7EF1) is unknown color: approx Royal Blue. HEX triplet: 3F, 7E and F1. RGB value is (63,126,241). Sum of RGB (Red+Green+Blue) = 63+126+241=430 (56% of max value = 765). Red value is 63 (25% from 255 or 14.65% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #3F7EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F7EF1 is #C0810E. Grayscale: #777777. Windows color (decimal): -12615951 or 15826495. OLE color: 15826495.

HSL color Cylindrical-coordinate representation of color #3F7EF1: hue angle of 218.76º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F7EF1 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB63126241-
CMYK0.740.4800.05
HSL218.76º86.41%59.61%-
HSV(B)218.76º73.86%94.51%-
XYZ25.3922.3386.19-
YUV120.27196.1387.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.65%
GREEN value IS 126 (49.61% from 255) = 29.30%
BLUE value IS 241 (94.53% from 255) = 56.05%
R=14.65%
G=29.30%
B=56.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal631262410.740.4800.05218.7686.4159.61
Hex3F7EF14A3005db563c
Octal77176361112600533312674
Binary11111111111101111000110010101100000101110110111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f7ef1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,126,241); }

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

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

 a { background-color: rgb(63,126,241); }

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

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

 span { border-color: rgb(63,126,241); }

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