Html Css Color HEX #202EE5 Persian Blue

📋 copy color: '#202EE5'

red 32 ◦ green 46 ◦ blue 229

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

Shades of Persian Blue #202EE5

Tints of Persian Blue #202EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 74.59%

R = 10.42%
G = 14.98%
B = 74.59%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#202EE5 (or 0x202EE5) is known color: Persian Blue. HEX triplet: 20, 2E and E5. RGB value is (32,46,229). Sum of RGB (Red+Green+Blue) = 32+46+229=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 229 (89.84% from 255 or 74.59% from 307); Max value from RGB is 229 - color contains mainly: blue. Hex color #202EE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202EE5 is #DFD11A. Grayscale: #3D3D3D. Windows color (decimal): -14668059 or 15019552. OLE color: 15019552.

HSL color Cylindrical-coordinate representation of color #202EE5: hue angle of 235.74º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #202EE5 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 32 46 229 -
CMYK 0.86 0.80 0 0.10
HSL 235.74º 0.79% 0.51% -
HSV(B) 235.74º 0.86% 0.9% -
XYZ 15.72 7.92 74.83 -
YUV 62.68 221.86 106.12 -
System Red Green Blue C M Y K H S L
Decimal 32 46 229 0.86 0.80 0 0.10 235.74 0.79 0.51
Hex 20 2E E5 56 50 0 A EC 4F 33
Octal 40 56 345 126 120 0 12 354 117 63
Binary 100000 101110 11100101 1010110 1010000 0 1010 11101100 1001111 110011

Color Harmonies of #202EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202EE5

Black with #202EE5

Text Example


Text Example

White with #202EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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