#1520FB

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

Shades of Blue #1520FB

Tints of Blue #1520FB

Color information

#1520FB (or 0x1520FB) is unknown color: approx Blue. HEX triplet: 15, 20 and FB. RGB value is (21,32,251). Sum of RGB (Red+Green+Blue) = 21+32+251=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 251 (98.44% from 255 or 82.57% from 304); Max value from RGB is 251 - color contains mainly: blue. Hex color #1520FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1520FB is #EADF04. Grayscale: #343434. Windows color (decimal): -15392517 or 16457749. OLE color: 16457749.

HSL color Cylindrical-coordinate representation of color #1520FB: hue angle of 237.13º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1520FB is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2132251-
CMYK0.920.8700.02
HSL237.13º96.64%53.33%-
HSV(B)237.13º91.63%98.43%-
XYZ18.248.1691.88-
YUV53.68239.36104.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.91%
GREEN value IS 32 (12.89% from 255) = 10.53%
BLUE value IS 251 (98.44% from 255) = 82.57%
R=6.91%
G=10.53%
B=82.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal21322510.920.8700.02237.1396.6453.33
Hex1520FB5C5702ed6135
Octal25403731341270235514165
Binary101011000001111101110111001010111010111011011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1520FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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