#2E70F1

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

Shades of Royal Blue #2E70F1

Tints of Royal Blue #2E70F1

Color information

#2E70F1 (or 0x2E70F1) is unknown color: approx Royal Blue. HEX triplet: 2E, 70 and F1. RGB value is (46,112,241). Sum of RGB (Red+Green+Blue) = 46+112+241=399 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.53% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 241 (94.53% from 255 or 60.40% from 399); Max value from RGB is 241 - color contains mainly: blue. Hex color #2E70F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E70F1 is #D18F0E. Grayscale: #6A6A6A. Windows color (decimal): -13733647 or 15822894. OLE color: 15822894.

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

Color convert

RGB46112241-
CMYK0.810.5400.05
HSL219.69º87.44%56.27%-
HSV(B)219.69º80.91%94.51%-
XYZ22.818.5285.59-
YUV106.97203.6384.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.53%
GREEN value IS 112 (44.14% from 255) = 28.07%
BLUE value IS 241 (94.53% from 255) = 60.40%
R=11.53%
G=28.07%
B=60.40%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal461122410.810.5400.05219.6987.4456.27
Hex2E70F1513605dc5738
Octal56160361121660533412770
Binary10111011100001111000110100011101100101110111001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E70F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,112,241); }

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

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

 a { background-color: rgb(46,112,241); }

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

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

 span { border-color: rgb(46,112,241); }

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