#2701e9

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

Shades of Blue #2701E9

Tints of Blue #2701E9

Color information

#2701E9 (or 0x2701E9) is unknown color: approx Blue. HEX triplet: 27, 01 and E9. RGB value is (39,1,233). Sum of RGB (Red+Green+Blue) = 39+1+233=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 233 (91.41% from 255 or 85.35% from 273); Max value from RGB is 233 - color contains mainly: blue. Hex color #2701E9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2701E9 is #D8FE16. Grayscale: #252525. Windows color (decimal): -14220823 or 15270183. OLE color: 15270183.

HSL color Cylindrical-coordinate representation of color #2701E9: hue angle of 249.83º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2701E9 is Cyan = 0.83, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB391233-
CMYK0.831.0000.09
HSL249.83º99.15%45.88%-
HSV(B)249.83º99.57%91.37%-
XYZ15.566.3477.49-
YUV38.81237.59128.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.29%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 233 (91.41% from 255) = 85.35%
R=14.29%
G=0.37%
B=85.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal3912330.831.0000.09249.8399.1545.88
Hex271E9536409fa632e
Octal47135112314401137214356
Binary1001111111010011010011110010001001111110101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2701e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2701e9; }

 p { color: rgb(39,1,233); }

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

<style>
 a { background-color: #2701e9; }

 a { background-color: rgb(39,1,233); }

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

<style>
 span { border-color: #2701e9; }

 span { border-color: rgb(39,1,233); }

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