Html Css Color HEX #2040EB Persian Blue

📋 copy color: '#2040EB'

red 32 ◦ green 64 ◦ blue 235

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

Shades of Persian Blue #2040EB

Tints of Persian Blue #2040EB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

 BLUE value IS 235 (92.19% from 255) = 71%

R = 9.67%
G = 19.34%
B = 71%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2040EB (or 0x2040EB) is known color: Persian Blue. HEX triplet: 20, 40 and EB. RGB value is (32,64,235). Sum of RGB (Red+Green+Blue) = 32+64+235=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 235 (92.19% from 255 or 71.00% from 331); Max value from RGB is 235 - color contains mainly: blue. Hex color #2040EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2040EB is #DFBF14. Grayscale: #494949. Windows color (decimal): -14663445 or 15417376. OLE color: 15417376.

HSL color Cylindrical-coordinate representation of color #2040EB: hue angle of 230.54º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2040EB is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 64 235 -
CMYK 0.86 0.73 0 0.08
HSL 230.54º 0.84% 0.52% -
HSV(B) 230.54º 0.86% 0.92% -
XYZ 17.42 9.97 79.6 -
YUV 73.93 218.9 98.1 -
System Red Green Blue C M Y K H S L
Decimal 32 64 235 0.86 0.73 0 0.08 230.54 0.84 0.52
Hex 20 40 EB 56 49 0 8 E7 54 34
Octal 40 100 353 126 111 0 10 347 124 64
Binary 100000 1000000 11101011 1010110 1001001 0 1000 11100111 1010100 110100

Color Harmonies of #2040EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2040EB

Black with #2040EB

Text Example


Text Example

White with #2040EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2040EB; }

 p { color: rgb(32,64,235); }

 H1.HeaderClassName
 {
   color: #2040EB;
 }
 .AnyTagClassName
 {
   color: #2040EB;
 }
</style>

background-color css

<style>
 a { background-color: #2040EB; }

 a { background-color: rgb(32,64,235); }

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

border-color css

<style>
 span { border-color: #2040EB; }

 span { border-color: rgb(32,64,235); }

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