#150BE4

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

Shades of Medium Blue #150BE4

Tints of Medium Blue #150BE4

Color information

#150BE4 (or 0x150BE4) is unknown color: approx Medium Blue. HEX triplet: 15, 0B and E4. RGB value is (21,11,228). Sum of RGB (Red+Green+Blue) = 21+11+228=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 228 (89.45% from 255 or 87.69% from 260); Max value from RGB is 228 - color contains mainly: blue. Hex color #150BE4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150BE4 is #EAF41B. Grayscale: #252525. Windows color (decimal): -15397916 or 14945045. OLE color: 14945045.

HSL color Cylindrical-coordinate representation of color #150BE4: hue angle of 242.76º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150BE4 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2111228-
CMYK0.910.9500.11
HSL242.76º90.79%46.86%-
HSV(B)242.76º95.18%89.41%-
XYZ14.43673.8-
YUV38.73234.81115.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.08%
GREEN value IS 11 (4.69% from 255) = 4.23%
BLUE value IS 228 (89.45% from 255) = 87.69%
R=8.08%
G=4.23%
B=87.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal21112280.910.9500.11242.7690.7946.86
Hex15BE45B5F0Bf35b2f
Octal251334413313701336313357
Binary101011011111001001011011101111101011111100111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150BE4; }

 p { color: rgb(21,11,228); }

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

<style>
 a { background-color: #150BE4; }

 a { background-color: rgb(21,11,228); }

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

<style>
 span { border-color: #150BE4; }

 span { border-color: rgb(21,11,228); }

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