#2015FB

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

Shades of Blue #2015FB

Tints of Blue #2015FB

Color information

#2015FB (or 0x2015FB) is unknown color: approx Blue. HEX triplet: 20, 15 and FB. RGB value is (32,21,251). Sum of RGB (Red+Green+Blue) = 32+21+251=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 21 (8.59% from 255 or 6.91% 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 #2015FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2015FB is #DFEA04. Grayscale: #313131. Windows color (decimal): -14674437 or 16454944. OLE color: 16454944.

HSL color Cylindrical-coordinate representation of color #2015FB: hue angle of 242.87º 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 #2015FB is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3221251-
CMYK0.870.9200.02
HSL242.87º96.64%53.33%-
HSV(B)242.87º91.63%98.43%-
XYZ18.287.8191.81-
YUV50.51241.14114.8-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal32212510.870.9200.02242.8796.6453.33
Hex2015FB575C02f36135
Octal40253731271340236314165
Binary100000101011111101110101111011100010111100111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2015FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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