Html Css Color HEX #202ED4 Persian Blue

📋 copy color: '#202ED4'

red 32 ◦ green 46 ◦ blue 212

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

Shades of Persian Blue #202ED4

Tints of Persian Blue #202ED4

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.86%

 BLUE value IS 212 (83.2% from 255) = 73.1%

R = 11.03%
G = 15.86%
B = 73.1%

CMYK

 C value IS 0.85

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#202ED4 (or 0x202ED4) is known color: Persian Blue. HEX triplet: 20, 2E and D4. RGB value is (32,46,212). Sum of RGB (Red+Green+Blue) = 32+46+212=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 212 (83.20% from 255 or 73.10% from 290); Max value from RGB is 212 - color contains mainly: blue. Hex color #202ED4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202ED4 is #DFD12B. Grayscale: #3C3C3C. Windows color (decimal): -14668076 or 13905440. OLE color: 13905440.

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

Color convert

RGB 32 46 212 -
CMYK 0.85 0.78 0 0.17
HSL 235.33º 0.74% 0.48% -
HSV(B) 235.33º 0.85% 0.83% -
XYZ 13.46 7.01 62.93 -
YUV 60.74 213.36 107.5 -
System Red Green Blue C M Y K H S L
Decimal 32 46 212 0.85 0.78 0 0.17 235.33 0.74 0.48
Hex 20 2E D4 55 4E 0 11 EB 4A 30
Octal 40 56 324 125 116 0 21 353 112 60
Binary 100000 101110 11010100 1010101 1001110 0 10001 11101011 1001010 110000

Color Harmonies of #202ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202ED4

Black with #202ED4

Text Example


Text Example

White with #202ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,46,212); }

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

background-color css

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

 a { background-color: rgb(32,46,212); }

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

border-color css

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

 span { border-color: rgb(32,46,212); }

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