#1508BE

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

Shades of Medium Blue #1508BE

Tints of Medium Blue #1508BE

Color information

#1508BE (or 0x1508BE) is unknown color: approx Medium Blue. HEX triplet: 15, 08 and BE. RGB value is (21,8,190). Sum of RGB (Red+Green+Blue) = 21+8+190=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 190 (74.61% from 255 or 86.76% from 219); Max value from RGB is 190 - color contains mainly: blue. Hex color #1508BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1508BE is #EAF741. Grayscale: #1F1F1F. Windows color (decimal): -15398722 or 12453909. OLE color: 12453909.

HSL color Cylindrical-coordinate representation of color #1508BE: hue angle of 244.29º 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 #1508BE is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB218190-
CMYK0.890.9600.25
HSL244.29º91.92%38.82%-
HSV(B)244.29º95.79%74.51%-
XYZ9.694.0548.99-
YUV32.64216.81119.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.59%
GREEN value IS 8 (3.52% from 255) = 3.65%
BLUE value IS 190 (74.61% from 255) = 86.76%
R=9.59%
G=3.65%
B=86.76%

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
Decimal2181900.890.9600.25244.2991.9238.82
Hex158BE5960019f45c27
Octal251027613114003136413447
Binary1010110001011111010110011100000011001111101001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1508BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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