#1520E6

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

Shades of Blue #1520E6

Tints of Blue #1520E6

Color information

#1520E6 (or 0x1520E6) is unknown color: approx Blue. HEX triplet: 15, 20 and E6. RGB value is (21,32,230). Sum of RGB (Red+Green+Blue) = 21+32+230=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 230 (90.23% from 255 or 81.27% from 283); Max value from RGB is 230 - color contains mainly: blue. Hex color #1520E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1520E6 is #EADF19. Grayscale: #323232. Windows color (decimal): -15392538 or 15081493. OLE color: 15081493.

HSL color Cylindrical-coordinate representation of color #1520E6: hue angle of 236.84º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1520E6 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB2132230-
CMYK0.910.8600.10
HSL236.84º83.27%49.22%-
HSV(B)236.84º90.87%90.2%-
XYZ15.116.9175.4-
YUV51.28228.86106.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.42%
GREEN value IS 32 (12.89% from 255) = 11.31%
BLUE value IS 230 (90.23% from 255) = 81.27%
R=7.42%
G=11.31%
B=81.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal21322300.910.8600.10236.8483.2749.22
Hex1520E65B560Aed5331
Octal254034613312601235512361
Binary10101100000111001101011011101011001010111011011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1520E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1520E6; }

 p { color: rgb(21,32,230); }

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

<style>
 a { background-color: #1520E6; }

 a { background-color: rgb(21,32,230); }

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

<style>
 span { border-color: #1520E6; }

 span { border-color: rgb(21,32,230); }

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