#1439D0

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

Shades of Persian Blue #1439D0

Tints of Persian Blue #1439D0

Color information

#1439D0 (or 0x1439D0) is unknown color: approx Persian Blue. HEX triplet: 14, 39 and D0. RGB value is (20,57,208). Sum of RGB (Red+Green+Blue) = 20+57+208=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 208 (81.64% from 255 or 72.98% from 285); Max value from RGB is 208 - color contains mainly: blue. Hex color #1439D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1439D0 is #EBC62F. Grayscale: #3E3E3E. Windows color (decimal): -15451696 or 13646100. OLE color: 13646100.

HSL color Cylindrical-coordinate representation of color #1439D0: hue angle of 228.19º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1439D0 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2057208-
CMYK0.900.7300.18
HSL228.19º82.46%44.71%-
HSV(B)228.19º90.38%81.57%-
XYZ13.147.6360.45-
YUV63.15209.7497.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.02%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 208 (81.64% from 255) = 72.98%
R=7.02%
G=20%
B=72.98%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20572080.900.7300.18228.1982.4644.71
Hex1439D05A49012e4522d
Octal247132013211102234412255
Binary101001110011101000010110101001001010010111001001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1439D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1439D0; }

 p { color: rgb(20,57,208); }

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

<style>
 a { background-color: #1439D0; }

 a { background-color: rgb(20,57,208); }

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

<style>
 span { border-color: #1439D0; }

 span { border-color: rgb(20,57,208); }

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