#3f81f1

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

Shades of Royal Blue #3F81F1

Tints of Royal Blue #3F81F1

Color information

#3F81F1 (or 0x3F81F1) is unknown color: approx Royal Blue. HEX triplet: 3F, 81 and F1. RGB value is (63,129,241). Sum of RGB (Red+Green+Blue) = 63+129+241=433 (57% of max value = 765). Red value is 63 (25% from 255 or 14.55% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #3F81F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F81F1 is #C07E0E. Grayscale: #797979. Windows color (decimal): -12615183 or 15827263. OLE color: 15827263.

HSL color Cylindrical-coordinate representation of color #3F81F1: hue angle of 217.75º 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 #3F81F1 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB63129241-
CMYK0.740.4600.05
HSL217.75º86.41%59.61%-
HSV(B)217.75º73.86%94.51%-
XYZ25.7823.1186.32-
YUV122.03195.1385.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.55%
GREEN value IS 129 (50.78% from 255) = 29.79%
BLUE value IS 241 (94.53% from 255) = 55.66%
R=14.55%
G=29.79%
B=55.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal631292410.740.4600.05217.7586.4159.61
Hex3F81F14A2E05da563c
Octal77201361112560533212674
Binary111111100000011111000110010101011100101110110101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f81f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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