#270AE5

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

Shades of Medium Blue #270AE5

Tints of Medium Blue #270AE5

Color information

#270AE5 (or 0x270AE5) is unknown color: approx Medium Blue. HEX triplet: 27, 0A and E5. RGB value is (39,10,229). Sum of RGB (Red+Green+Blue) = 39+10+229=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 229 (89.84% from 255 or 82.37% from 278); Max value from RGB is 229 - color contains mainly: blue. Hex color #270AE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270AE5 is #D8F51A. Grayscale: #2A2A2A. Windows color (decimal): -14218523 or 15010343. OLE color: 15010343.

HSL color Cylindrical-coordinate representation of color #270AE5: hue angle of 247.95º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #270AE5 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB3910229-
CMYK0.830.9600.10
HSL247.95º91.63%46.86%-
HSV(B)247.95º95.63%89.8%-
XYZ15.096.3174.55-
YUV43.64232.61124.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.03%
GREEN value IS 10 (4.30% from 255) = 3.60%
BLUE value IS 229 (89.84% from 255) = 82.37%
R=14.03%
G=3.60%
B=82.37%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal39102290.830.9600.10247.9591.6346.86
Hex27AE553600Af85c2f
Octal471234512314001237013457
Binary1001111010111001011010011110000001010111110001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270AE5; }

 p { color: rgb(39,10,229); }

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

<style>
 a { background-color: #270AE5; }

 a { background-color: rgb(39,10,229); }

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

<style>
 span { border-color: #270AE5; }

 span { border-color: rgb(39,10,229); }

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