#270CC1

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

Shades of Medium Blue #270CC1

Tints of Medium Blue #270CC1

Color information

#270CC1 (or 0x270CC1) is unknown color: approx Medium Blue. HEX triplet: 27, 0C and C1. RGB value is (39,12,193). Sum of RGB (Red+Green+Blue) = 39+12+193=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 193 (75.78% from 255 or 79.10% from 244); Max value from RGB is 193 - color contains mainly: blue. Hex color #270CC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270CC1 is #D8F33E. Grayscale: #282828. Windows color (decimal): -14218047 or 12651559. OLE color: 12651559.

HSL color Cylindrical-coordinate representation of color #270CC1: hue angle of 248.95º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270CC1 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3912193-
CMYK0.800.9400.24
HSL248.95º88.29%40.2%-
HSV(B)248.95º93.78%75.69%-
XYZ10.594.5450.77-
YUV40.71213.95126.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.98%
GREEN value IS 12 (5.08% from 255) = 4.92%
BLUE value IS 193 (75.78% from 255) = 79.10%
R=15.98%
G=4.92%
B=79.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal39121930.800.9400.24248.9588.2940.2
Hex27CC1505E018f95828
Octal471430112013603037113050
Binary10011111001100000110100001011110011000111110011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,12,193); }

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

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

 a { background-color: rgb(39,12,193); }

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

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

 span { border-color: rgb(39,12,193); }

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