Html Css Color HEX #202ACD Persian Blue

📋 copy color: '#202ACD'

red 32 ◦ green 42 ◦ blue 205

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

Shades of Persian Blue #202ACD

Tints of Persian Blue #202ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.05%

 BLUE value IS 205 (80.47% from 255) = 73.48%

R = 11.47%
G = 15.05%
B = 73.48%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#202ACD (or 0x202ACD) is known color: Persian Blue. HEX triplet: 20, 2A and CD. RGB value is (32,42,205). Sum of RGB (Red+Green+Blue) = 32+42+205=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 205 (80.47% from 255 or 73.48% from 279); Max value from RGB is 205 - color contains mainly: blue. Hex color #202ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202ACD is #DFD532. Grayscale: #383838. Windows color (decimal): -14669107 or 13445664. OLE color: 13445664.

HSL color Cylindrical-coordinate representation of color #202ACD: hue angle of 236.53º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #202ACD is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 42 205 -
CMYK 0.84 0.80 0 0.20
HSL 236.53º 0.73% 0.46% -
HSV(B) 236.53º 0.84% 0.8% -
XYZ 12.44 6.37 58.33 -
YUV 57.59 211.19 109.75 -
System Red Green Blue C M Y K H S L
Decimal 32 42 205 0.84 0.80 0 0.20 236.53 0.73 0.46
Hex 20 2A CD 54 50 0 14 ED 49 2E
Octal 40 52 315 124 120 0 24 355 111 56
Binary 100000 101010 11001101 1010100 1010000 0 10100 11101101 1001001 101110

Color Harmonies of #202ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202ACD

Black with #202ACD

Text Example


Text Example

White with #202ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,42,205); }

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

background-color css

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

 a { background-color: rgb(32,42,205); }

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

border-color css

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

 span { border-color: rgb(32,42,205); }

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