#3F87F1

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

Shades of Royal Blue #3F87F1

Tints of Royal Blue #3F87F1

Color information

#3F87F1 (or 0x3F87F1) is unknown color: approx Royal Blue. HEX triplet: 3F, 87 and F1. RGB value is (63,135,241). Sum of RGB (Red+Green+Blue) = 63+135+241=439 (58% of max value = 765). Red value is 63 (25% from 255 or 14.35% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 241 (94.53% from 255 or 54.90% from 439); Max value from RGB is 241 - color contains mainly: blue. Hex color #3F87F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F87F1 is #C0780E. Grayscale: #7D7D7D. Windows color (decimal): -12613647 or 15828799. OLE color: 15828799.

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

Color convert

RGB63135241-
CMYK0.740.4400.05
HSL215.73º86.41%59.61%-
HSV(B)215.73º73.86%94.51%-
XYZ26.5924.7486.59-
YUV125.56193.1583.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.35%
GREEN value IS 135 (53.12% from 255) = 30.75%
BLUE value IS 241 (94.53% from 255) = 54.90%
R=14.35%
G=30.75%
B=54.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal631352410.740.4400.05215.7386.4159.61
Hex3F87F14A2C05d8563c
Octal77207361112540533012674
Binary111111100001111111000110010101011000101110110001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F87F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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