#1450D9

Color #1450D9 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1450D9

Tints of Denim #1450D9

Color information

#1450D9 (or 0x1450D9) is unknown color: approx Denim. HEX triplet: 14, 50 and D9. RGB value is (20,80,217). Sum of RGB (Red+Green+Blue) = 20+80+217=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 217 (85.16% from 255 or 68.45% from 317); Max value from RGB is 217 - color contains mainly: blue. Hex color #1450D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1450D9 is #EBAF26. Grayscale: #4D4D4D. Windows color (decimal): -15445799 or 14241812. OLE color: 14241812.

HSL color Cylindrical-coordinate representation of color #1450D9: hue angle of 221.73º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1450D9 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2080217-
CMYK0.910.6300.15
HSL221.73º83.12%46.47%-
HSV(B)221.73º90.78%85.1%-
XYZ15.6810.966.92-
YUV77.68206.6286.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.31%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 217 (85.16% from 255) = 68.45%
R=6.31%
G=25.24%
B=68.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal20802170.910.6300.15221.7383.1246.47
Hex1450D95B3F0Fde532e
Octal241203311337701733612356
Binary10100101000011011001101101111111101111110111101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1450D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1450D9; }

 p { color: rgb(20,80,217); }

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

<style>
 a { background-color: #1450D9; }

 a { background-color: rgb(20,80,217); }

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

<style>
 span { border-color: #1450D9; }

 span { border-color: rgb(20,80,217); }

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