Html Css Color HEX #2029EB Persian Blue

📋 copy color: '#2029EB'

red 32 ◦ green 41 ◦ blue 235

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

Shades of Persian Blue #2029EB

Tints of Persian Blue #2029EB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.31%

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

R = 10.39%
G = 13.31%
B = 76.3%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2029EB (or 0x2029EB) is known color: Persian Blue. HEX triplet: 20, 29 and EB. RGB value is (32,41,235). Sum of RGB (Red+Green+Blue) = 32+41+235=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 235 (92.19% from 255 or 76.30% from 308); Max value from RGB is 235 - color contains mainly: blue. Hex color #2029EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2029EB is #DFD614. Grayscale: #3B3B3B. Windows color (decimal): -14669333 or 15411488. OLE color: 15411488.

HSL color Cylindrical-coordinate representation of color #2029EB: hue angle of 237.34º 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 #2029EB is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 41 235 -
CMYK 0.86 0.83 0 0.08
HSL 237.34º 0.84% 0.52% -
HSV(B) 237.34º 0.86% 0.92% -
XYZ 16.38 7.89 79.26 -
YUV 60.43 226.52 107.73 -
System Red Green Blue C M Y K H S L
Decimal 32 41 235 0.86 0.83 0 0.08 237.34 0.84 0.52
Hex 20 29 EB 56 53 0 8 ED 54 34
Octal 40 51 353 126 123 0 10 355 124 64
Binary 100000 101001 11101011 1010110 1010011 0 1000 11101101 1010100 110100

Color Harmonies of #2029EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2029EB

Black with #2029EB

Text Example


Text Example

White with #2029EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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