#270FCA

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

Shades of Medium Blue #270FCA

Tints of Medium Blue #270FCA

Color information

#270FCA (or 0x270FCA) is unknown color: approx Medium Blue. HEX triplet: 27, 0F and CA. RGB value is (39,15,202). Sum of RGB (Red+Green+Blue) = 39+15+202=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 202 (79.30% from 255 or 78.91% from 256); Max value from RGB is 202 - color contains mainly: blue. Hex color #270FCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270FCA is #D8F035. Grayscale: #2A2A2A. Windows color (decimal): -14217270 or 13242151. OLE color: 13242151.

HSL color Cylindrical-coordinate representation of color #270FCA: hue angle of 247.7º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270FCA is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3915202-
CMYK0.810.9300.21
HSL247.7º86.18%42.55%-
HSV(B)247.7º92.57%79.22%-
XYZ11.675.0456.23-
YUV43.49217.45124.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.23%
GREEN value IS 15 (6.25% from 255) = 5.86%
BLUE value IS 202 (79.30% from 255) = 78.91%
R=15.23%
G=5.86%
B=78.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal39152020.810.9300.21247.786.1842.55
Hex27FCA515D015f8562b
Octal471731212113502537012653
Binary10011111111100101010100011011101010101111110001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,15,202); }

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

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

 a { background-color: rgb(39,15,202); }

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

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

 span { border-color: rgb(39,15,202); }

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