#1508BF

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

Shades of Medium Blue #1508BF

Tints of Medium Blue #1508BF

Color information

#1508BF (or 0x1508BF) is unknown color: approx Medium Blue. HEX triplet: 15, 08 and BF. RGB value is (21,8,191). Sum of RGB (Red+Green+Blue) = 21+8+191=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 191 (75% from 255 or 86.82% from 220); Max value from RGB is 191 - color contains mainly: blue. Hex color #1508BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1508BF is #EAF740. Grayscale: #202020. Windows color (decimal): -15398721 or 12519445. OLE color: 12519445.

HSL color Cylindrical-coordinate representation of color #1508BF: hue angle of 244.26º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1508BF is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB218191-
CMYK0.890.9600.25
HSL244.26º91.96%39.02%-
HSV(B)244.26º95.81%74.9%-
XYZ9.84.0949.56-
YUV32.75217.31119.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.55%
GREEN value IS 8 (3.52% from 255) = 3.64%
BLUE value IS 191 (75% from 255) = 86.82%
R=9.55%
G=3.64%
B=86.82%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2181910.890.9600.25244.2691.9639.02
Hex158BF5960019f45c27
Octal251027713114003136413447
Binary1010110001011111110110011100000011001111101001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1508BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1508BF; }

 p { color: rgb(21,8,191); }

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

<style>
 a { background-color: #1508BF; }

 a { background-color: rgb(21,8,191); }

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

<style>
 span { border-color: #1508BF; }

 span { border-color: rgb(21,8,191); }

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