#270DC2

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

Shades of Medium Blue #270DC2

Tints of Medium Blue #270DC2

Color information

#270DC2 (or 0x270DC2) is unknown color: approx Medium Blue. HEX triplet: 27, 0D and C2. RGB value is (39,13,194). Sum of RGB (Red+Green+Blue) = 39+13+194=246 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.85% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 194 (76.17% from 255 or 78.86% from 246); Max value from RGB is 194 - color contains mainly: blue. Hex color #270DC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270DC2 is #D8F23D. Grayscale: #282828. Windows color (decimal): -14217790 or 12717351. OLE color: 12717351.

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

Color convert

RGB3913194-
CMYK0.800.9300.24
HSL248.62º87.44%40.59%-
HSV(B)248.62º93.3%76.08%-
XYZ10.724.6151.36-
YUV41.41214.11126.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.85%
GREEN value IS 13 (5.47% from 255) = 5.28%
BLUE value IS 194 (76.17% from 255) = 78.86%
R=15.85%
G=5.28%
B=78.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal39131940.800.9300.24248.6287.4440.59
Hex27DC2505D018f95729
Octal471530212013503037112751
Binary10011111011100001010100001011101011000111110011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,13,194); }

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

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

 a { background-color: rgb(39,13,194); }

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

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

 span { border-color: rgb(39,13,194); }

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