#2026D5

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

Shades of Persian Blue #2026D5

Tints of Persian Blue #2026D5

Color information

#2026D5 (or 0x2026D5) is unknown color: approx Persian Blue. HEX triplet: 20, 26 and D5. RGB value is (32,38,213). Sum of RGB (Red+Green+Blue) = 32+38+213=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 213 (83.59% from 255 or 75.27% from 283); Max value from RGB is 213 - color contains mainly: blue. Hex color #2026D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2026D5 is #DFD92A. Grayscale: #373737. Windows color (decimal): -14670123 or 13968928. OLE color: 13968928.

HSL color Cylindrical-coordinate representation of color #2026D5: hue angle of 238.01º 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 #2026D5 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3238213-
CMYK0.850.8200.16
HSL238.01º73.88%48.04%-
HSV(B)238.01º84.98%83.53%-
XYZ13.36.563.5-
YUV56.16216.51110.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.31%
GREEN value IS 38 (15.23% from 255) = 13.43%
BLUE value IS 213 (83.59% from 255) = 75.27%
R=11.31%
G=13.43%
B=75.27%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal32382130.850.8200.16238.0173.8848.04
Hex2026D55552010ee4a30
Octal404632512512202035611260
Binary1000001001101101010110101011010010010000111011101001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2026D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2026D5; }

 p { color: rgb(32,38,213); }

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

<style>
 a { background-color: #2026D5; }

 a { background-color: rgb(32,38,213); }

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

<style>
 span { border-color: #2026D5; }

 span { border-color: rgb(32,38,213); }

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