#202DEF

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

Shades of Persian Blue #202DEF

Tints of Persian Blue #202DEF

Color information

#202DEF (or 0x202DEF) is unknown color: approx Persian Blue. HEX triplet: 20, 2D and EF. RGB value is (32,45,239). Sum of RGB (Red+Green+Blue) = 32+45+239=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 239 (93.75% from 255 or 75.63% from 316); Max value from RGB is 239 - color contains mainly: blue. Hex color #202DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202DEF is #DFD210. Grayscale: #3E3E3E. Windows color (decimal): -14668305 or 15674656. OLE color: 15674656.

HSL color Cylindrical-coordinate representation of color #202DEF: hue angle of 236.23º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #202DEF is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3245239-
CMYK0.870.8100.06
HSL236.23º86.61%53.14%-
HSV(B)236.23º86.61%93.73%-
XYZ17.118.4282.38-
YUV63.23227.19105.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.13%
GREEN value IS 45 (17.97% from 255) = 14.24%
BLUE value IS 239 (93.75% from 255) = 75.63%
R=10.13%
G=14.24%
B=75.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal32452390.870.8100.06236.2386.6153.14
Hex202DEF575106ec5735
Octal40553571271210635412765
Binary10000010110111101111101011110100010110111011001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202DEF; }

 p { color: rgb(32,45,239); }

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

<style>
 a { background-color: #202DEF; }

 a { background-color: rgb(32,45,239); }

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

<style>
 span { border-color: #202DEF; }

 span { border-color: rgb(32,45,239); }

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