#1512FD

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

Shades of Blue #1512FD

Tints of Blue #1512FD

Color information

#1512FD (or 0x1512FD) is unknown color: approx Blue. HEX triplet: 15, 12 and FD. RGB value is (21,18,253). Sum of RGB (Red+Green+Blue) = 21+18+253=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 253 (99.22% from 255 or 86.64% from 292); Max value from RGB is 253 - color contains mainly: blue. Hex color #1512FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1512FD is #EAED02. Grayscale: #2C2C2C. Windows color (decimal): -15396099 or 16585237. OLE color: 16585237.

HSL color Cylindrical-coordinate representation of color #1512FD: hue angle of 240.77º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1512FD is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB2118253-
CMYK0.920.9300.01
HSL240.77º98.33%53.14%-
HSV(B)240.77º92.89%99.22%-
XYZ18.267.6893.45-
YUV45.69244.99110.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.19%
GREEN value IS 18 (7.42% from 255) = 6.16%
BLUE value IS 253 (99.22% from 255) = 86.64%
R=7.19%
G=6.16%
B=86.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal21182530.920.9300.01240.7798.3353.14
Hex1512FD5C5D01f16235
Octal25223751341350136114265
Binary1010110010111111011011100101110101111100011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1512FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1512FD; }

 p { color: rgb(21,18,253); }

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

<style>
 a { background-color: #1512FD; }

 a { background-color: rgb(21,18,253); }

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

<style>
 span { border-color: #1512FD; }

 span { border-color: rgb(21,18,253); }

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