Html Css Color HEX #202DAD Persian Blue

📋 copy color: '#202DAD'

red 32 ◦ green 45 ◦ blue 173

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

Shades of Persian Blue #202DAD

Tints of Persian Blue #202DAD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18%

 BLUE value IS 173 (67.97% from 255) = 69.2%

R = 12.8%
G = 18%
B = 69.2%

CMYK

 C value IS 0.82

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#202DAD (or 0x202DAD) is known color: Persian Blue. HEX triplet: 20, 2D and AD. RGB value is (32,45,173). Sum of RGB (Red+Green+Blue) = 32+45+173=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #202DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202DAD is #DFD252. Grayscale: #373737. Windows color (decimal): -14668371 or 11349280. OLE color: 11349280.

HSL color Cylindrical-coordinate representation of color #202DAD: hue angle of 234.47º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #202DAD is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 45 173 -
CMYK 0.82 0.74 0 0.32
HSL 234.47º 0.69% 0.4% -
HSV(B) 234.47º 0.82% 0.68% -
XYZ 9.08 5.2 40.06 -
YUV 55.71 194.19 111.09 -
System Red Green Blue C M Y K H S L
Decimal 32 45 173 0.82 0.74 0 0.32 234.47 0.69 0.4
Hex 20 2D AD 52 4A 0 20 EA 45 28
Octal 40 55 255 122 112 0 40 352 105 50
Binary 100000 101101 10101101 1010010 1001010 0 100000 11101010 1000101 101000

Color Harmonies of #202DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202DAD

Black with #202DAD

Text Example


Text Example

White with #202DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #202DAD;
 }
 .AnyTagClassName
 {
   color: #202DAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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