#202FD9

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

Shades of Persian Blue #202FD9

Tints of Persian Blue #202FD9

Color information

#202FD9 (or 0x202FD9) is unknown color: approx Persian Blue. HEX triplet: 20, 2F and D9. RGB value is (32,47,217). Sum of RGB (Red+Green+Blue) = 32+47+217=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 217 (85.16% from 255 or 73.31% from 296); Max value from RGB is 217 - color contains mainly: blue. Hex color #202FD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202FD9 is #DFD026. Grayscale: #3D3D3D. Windows color (decimal): -14667815 or 14233376. OLE color: 14233376.

HSL color Cylindrical-coordinate representation of color #202FD9: hue angle of 235.14º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #202FD9 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3247217-
CMYK0.850.7800.15
HSL235.14º74.3%48.82%-
HSV(B)235.14º85.25%85.1%-
XYZ14.147.3566.32-
YUV61.9215.53106.68-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.81%
GREEN value IS 47 (18.75% from 255) = 15.88%
BLUE value IS 217 (85.16% from 255) = 73.31%
R=10.81%
G=15.88%
B=73.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal32472170.850.7800.15235.1474.348.82
Hex202FD9554E0Feb4a31
Octal405733112511601735311261
Binary100000101111110110011010101100111001111111010111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,47,217); }

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

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

 a { background-color: rgb(32,47,217); }

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

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

 span { border-color: rgb(32,47,217); }

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