Html Css Color HEX #202EDB Persian Blue

📋 copy color: '#202EDB'

red 32 ◦ green 46 ◦ blue 219

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

Shades of Persian Blue #202EDB

Tints of Persian Blue #202EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 73.74%

R = 10.77%
G = 15.49%
B = 73.74%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#202EDB (or 0x202EDB) is known color: Persian Blue. HEX triplet: 20, 2E and DB. RGB value is (32,46,219). Sum of RGB (Red+Green+Blue) = 32+46+219=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #202EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202EDB is #DFD124. Grayscale: #3C3C3C. Windows color (decimal): -14668069 or 14364192. OLE color: 14364192.

HSL color Cylindrical-coordinate representation of color #202EDB: hue angle of 235.51º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #202EDB is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 46 219 -
CMYK 0.85 0.79 0 0.14
HSL 235.51º 0.75% 0.49% -
HSV(B) 235.51º 0.85% 0.86% -
XYZ 14.36 7.38 67.68 -
YUV 61.54 216.86 106.93 -
System Red Green Blue C M Y K H S L
Decimal 32 46 219 0.85 0.79 0 0.14 235.51 0.75 0.49
Hex 20 2E DB 55 4F 0 E EC 4B 31
Octal 40 56 333 125 117 0 16 354 113 61
Binary 100000 101110 11011011 1010101 1001111 0 1110 11101100 1001011 110001

Color Harmonies of #202EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202EDB

Black with #202EDB

Text Example


Text Example

White with #202EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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