#270ABD

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

Shades of Medium Blue #270ABD

Tints of Medium Blue #270ABD

Color information

#270ABD (or 0x270ABD) is unknown color: approx Medium Blue. HEX triplet: 27, 0A and BD. RGB value is (39,10,189). Sum of RGB (Red+Green+Blue) = 39+10+189=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 189 (74.22% from 255 or 79.41% from 238); Max value from RGB is 189 - color contains mainly: blue. Hex color #270ABD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270ABD is #D8F542. Grayscale: #262626. Windows color (decimal): -14218563 or 12388903. OLE color: 12388903.

HSL color Cylindrical-coordinate representation of color #270ABD: hue angle of 249.72º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270ABD is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3910189-
CMYK0.790.9500.26
HSL249.72º89.95%39.02%-
HSV(B)249.72º94.71%74.12%-
XYZ10.134.3248.44-
YUV39.08212.61127.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.39%
GREEN value IS 10 (4.30% from 255) = 4.20%
BLUE value IS 189 (74.22% from 255) = 79.41%
R=16.39%
G=4.20%
B=79.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal39101890.790.9500.26249.7289.9539.02
Hex27ABD4F5F01Afa5a27
Octal471227511713703237213247
Binary10011110101011110110011111011111011010111110101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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