#2040D7

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

Shades of Persian Blue #2040D7

Tints of Persian Blue #2040D7

Color information

#2040D7 (or 0x2040D7) is unknown color: approx Persian Blue. HEX triplet: 20, 40 and D7. RGB value is (32,64,215). Sum of RGB (Red+Green+Blue) = 32+64+215=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 215 (84.38% from 255 or 69.13% from 311); Max value from RGB is 215 - color contains mainly: blue. Hex color #2040D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2040D7 is #DFBF28. Grayscale: #474747. Windows color (decimal): -14663465 or 14106656. OLE color: 14106656.

HSL color Cylindrical-coordinate representation of color #2040D7: hue angle of 229.51º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2040D7 is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3264215-
CMYK0.850.7000.16
HSL229.51º74.09%48.43%-
HSV(B)229.51º85.12%84.31%-
XYZ14.698.8865.23-
YUV71.65208.999.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.29%
GREEN value IS 64 (25.39% from 255) = 20.58%
BLUE value IS 215 (84.38% from 255) = 69.13%
R=10.29%
G=20.58%
B=69.13%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal32642150.850.7000.16229.5174.0948.43
Hex2040D75546010e64a30
Octal4010032712510602034611260
Binary10000010000001101011110101011000110010000111001101001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2040D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2040D7; }

 p { color: rgb(32,64,215); }

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

<style>
 a { background-color: #2040D7; }

 a { background-color: rgb(32,64,215); }

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

<style>
 span { border-color: #2040D7; }

 span { border-color: rgb(32,64,215); }

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