Html Css Color HEX #202EDF Persian Blue

📋 copy color: '#202EDF'

red 32 ◦ green 46 ◦ blue 223

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

Shades of Persian Blue #202EDF

Tints of Persian Blue #202EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 74.09%

R = 10.63%
G = 15.28%
B = 74.09%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#202EDF (or 0x202EDF) is known color: Persian Blue. HEX triplet: 20, 2E and DF. RGB value is (32,46,223). Sum of RGB (Red+Green+Blue) = 32+46+223=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #202EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202EDF is #DFD120. Grayscale: #3D3D3D. Windows color (decimal): -14668065 or 14626336. OLE color: 14626336.

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

Color convert

RGB 32 46 223 -
CMYK 0.86 0.79 0 0.13
HSL 235.6º 0.75% 0.5% -
HSV(B) 235.6º 0.86% 0.87% -
XYZ 14.89 7.59 70.49 -
YUV 61.99 218.86 106.61 -
System Red Green Blue C M Y K H S L
Decimal 32 46 223 0.86 0.79 0 0.13 235.6 0.75 0.5
Hex 20 2E DF 56 4F 0 D EC 4B 32
Octal 40 56 337 126 117 0 15 354 113 62
Binary 100000 101110 11011111 1010110 1001111 0 1101 11101100 1001011 110010

Color Harmonies of #202EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202EDF

Black with #202EDF

Text Example


Text Example

White with #202EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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