#1412FD

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

Shades of Blue #1412FD

Tints of Blue #1412FD

Color information

#1412FD (or 0x1412FD) is unknown color: approx Blue. HEX triplet: 14, 12 and FD. RGB value is (20,18,253). Sum of RGB (Red+Green+Blue) = 20+18+253=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 253 (99.22% from 255 or 86.94% from 291); Max value from RGB is 253 - color contains mainly: blue. Hex color #1412FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1412FD is #EBED02. Grayscale: #2C2C2C. Windows color (decimal): -15461635 or 16585236. OLE color: 16585236.

HSL color Cylindrical-coordinate representation of color #1412FD: hue angle of 240.51º 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 #1412FD is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB2018253-
CMYK0.920.9300.01
HSL240.51º98.33%53.14%-
HSV(B)240.51º92.89%99.22%-
XYZ18.237.6793.45-
YUV45.39245.16109.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.87%
GREEN value IS 18 (7.42% from 255) = 6.19%
BLUE value IS 253 (99.22% from 255) = 86.94%
R=6.87%
G=6.19%
B=86.94%

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
Decimal20182530.920.9300.01240.5198.3353.14
Hex1412FD5C5D01f16235
Octal24223751341350136114265
Binary1010010010111111011011100101110101111100011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1412FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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