#2F71F1

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

Shades of Royal Blue #2F71F1

Tints of Royal Blue #2F71F1

Color information

#2F71F1 (or 0x2F71F1) is unknown color: approx Royal Blue. HEX triplet: 2F, 71 and F1. RGB value is (47,113,241). Sum of RGB (Red+Green+Blue) = 47+113+241=401 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.72% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 241 (94.53% from 255 or 60.10% from 401); Max value from RGB is 241 - color contains mainly: blue. Hex color #2F71F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F71F1 is #D08E0E. Grayscale: #6B6B6B. Windows color (decimal): -13667855 or 15823151. OLE color: 15823151.

HSL color Cylindrical-coordinate representation of color #2F71F1: hue angle of 219.59º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F71F1 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB47113241-
CMYK0.800.5300.05
HSL219.59º87.39%56.47%-
HSV(B)219.59º80.5%94.51%-
XYZ22.9518.7785.63-
YUV107.86203.1384.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.72%
GREEN value IS 113 (44.53% from 255) = 28.18%
BLUE value IS 241 (94.53% from 255) = 60.10%
R=11.72%
G=28.18%
B=60.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal471132410.800.5300.05219.5987.3956.47
Hex2F71F1503505dc5738
Octal57161361120650533412770
Binary10111111100011111000110100001101010101110111001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F71F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F71F1; }

 p { color: rgb(47,113,241); }

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

<style>
 a { background-color: #2F71F1; }

 a { background-color: rgb(47,113,241); }

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

<style>
 span { border-color: #2F71F1; }

 span { border-color: rgb(47,113,241); }

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