#270dc4

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

Shades of Medium Blue #270DC4

Tints of Medium Blue #270DC4

Color information

#270DC4 (or 0x270DC4) is unknown color: approx Medium Blue. HEX triplet: 27, 0D and C4. RGB value is (39,13,196). Sum of RGB (Red+Green+Blue) = 39+13+196=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 196 (76.95% from 255 or 79.03% from 248); Max value from RGB is 196 - color contains mainly: blue. Hex color #270DC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270DC4 is #D8F23B. Grayscale: #282828. Windows color (decimal): -14217788 or 12848423. OLE color: 12848423.

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

Color convert

RGB3913196-
CMYK0.800.9300.23
HSL248.52º87.56%40.98%-
HSV(B)248.52º93.37%76.86%-
XYZ10.944.752.56-
YUV41.64215.11126.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.73%
GREEN value IS 13 (5.47% from 255) = 5.24%
BLUE value IS 196 (76.95% from 255) = 79.03%
R=15.73%
G=5.24%
B=79.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal39131960.800.9300.23248.5287.5640.98
Hex27DC4505D017f95829
Octal471530412013502737113051
Binary10011111011100010010100001011101010111111110011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270dc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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