Html Css Color HEX #2029DD Persian Blue

📋 copy color: '#2029DD'

red 32 ◦ green 41 ◦ blue 221

#2029DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2029DD

Tints of Persian Blue #2029DD

RGB

 RED value IS 32 (12.89% from 255) = 10.88%

 GREEN value IS 41 (16.41% from 255) = 13.95%

 BLUE value IS 221 (86.72% from 255) = 75.17%

R = 10.88%
G = 13.95%
B = 75.17%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2029DD (or 0x2029DD) is known color: Persian Blue. HEX triplet: 20, 29 and DD. RGB value is (32,41,221). Sum of RGB (Red+Green+Blue) = 32+41+221=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 221 (86.72% from 255 or 75.17% from 294); Max value from RGB is 221 - color contains mainly: blue. Hex color #2029DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2029DD is #DFD622. Grayscale: #3A3A3A. Windows color (decimal): -14669347 or 14493984. OLE color: 14493984.

HSL color Cylindrical-coordinate representation of color #2029DD: hue angle of 237.14º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2029DD is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 41 221 -
CMYK 0.86 0.81 0 0.13
HSL 237.14º 0.75% 0.5% -
HSV(B) 237.14º 0.86% 0.87% -
XYZ 14.44 7.11 69.02 -
YUV 58.83 219.52 108.86 -
System Red Green Blue C M Y K H S L
Decimal 32 41 221 0.86 0.81 0 0.13 237.14 0.75 0.5
Hex 20 29 DD 56 51 0 D ED 4B 32
Octal 40 51 335 126 121 0 15 355 113 62
Binary 100000 101001 11011101 1010110 1010001 0 1101 11101101 1001011 110010

Color Harmonies of #2029DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2029DD

Black with #2029DD

Text Example


Text Example

White with #2029DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2029DD; }

 p { color: rgb(32,41,221); }

 H1.HeaderClassName
 {
   color: #2029DD;
 }
 .AnyTagClassName
 {
   color: #2029DD;
 }
</style>

background-color css

<style>
 a { background-color: #2029DD; }

 a { background-color: rgb(32,41,221); }

 div.DivClassName
 {
   background-color: #2029DD;
 }
 .BgClassName
 {
   background-color: #2029DD;
 }
</style>

border-color css

<style>
 span { border-color: #2029DD; }

 span { border-color: rgb(32,41,221); }

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