#142DD8

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

Shades of Persian Blue #142DD8

Tints of Persian Blue #142DD8

Color information

#142DD8 (or 0x142DD8) is unknown color: approx Persian Blue. HEX triplet: 14, 2D and D8. RGB value is (20,45,216). Sum of RGB (Red+Green+Blue) = 20+45+216=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 216 (84.77% from 255 or 76.87% from 281); Max value from RGB is 216 - color contains mainly: blue. Hex color #142DD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142DD8 is #EBD227. Grayscale: #383838. Windows color (decimal): -15454760 or 14167316. OLE color: 14167316.

HSL color Cylindrical-coordinate representation of color #142DD8: hue angle of 232.35º 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 #142DD8 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2045216-
CMYK0.910.7900.15
HSL232.35º83.05%46.27%-
HSV(B)232.35º90.74%84.71%-
XYZ13.626.9865.6-
YUV57.02217.72101.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.12%
GREEN value IS 45 (17.97% from 255) = 16.01%
BLUE value IS 216 (84.77% from 255) = 76.87%
R=7.12%
G=16.01%
B=76.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal20452160.910.7900.15232.3583.0546.27
Hex142DD85B4F0Fe8532e
Octal245533013311701735012356
Binary10100101101110110001011011100111101111111010001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142DD8; }

 p { color: rgb(20,45,216); }

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

<style>
 a { background-color: #142DD8; }

 a { background-color: rgb(20,45,216); }

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

<style>
 span { border-color: #142DD8; }

 span { border-color: rgb(20,45,216); }

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