#1508CC

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

Shades of Medium Blue #1508CC

Tints of Medium Blue #1508CC

Color information

#1508CC (or 0x1508CC) is unknown color: approx Medium Blue. HEX triplet: 15, 08 and CC. RGB value is (21,8,204). Sum of RGB (Red+Green+Blue) = 21+8+204=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 204 (80.08% from 255 or 87.55% from 233); Max value from RGB is 204 - color contains mainly: blue. Hex color #1508CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1508CC is #EAF733. Grayscale: #212121. Windows color (decimal): -15398708 or 13371413. OLE color: 13371413.

HSL color Cylindrical-coordinate representation of color #1508CC: hue angle of 243.98º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1508CC is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB218204-
CMYK0.900.9600.2
HSL243.98º92.45%41.57%-
HSV(B)243.98º96.08%80%-
XYZ11.34.6957.44-
YUV34.23223.81118.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.01%
GREEN value IS 8 (3.52% from 255) = 3.43%
BLUE value IS 204 (80.08% from 255) = 87.55%
R=9.01%
G=3.43%
B=87.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2182040.900.9600.2243.9892.4541.57
Hex158CC5A60014f45c2a
Octal251031413214002436413452
Binary1010110001100110010110101100000010100111101001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1508CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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