Html Css Color HEX #2129EB Persian Blue

📋 copy color: '#2129EB'

red 33 ◦ green 41 ◦ blue 235

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

Shades of Persian Blue #2129EB

Tints of Persian Blue #2129EB

RGB

 RED value IS 33 (13.28% from 255) = 10.68%

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

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

R = 10.68%
G = 13.27%
B = 76.05%

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

#2129EB (or 0x2129EB) is known color: Persian Blue. HEX triplet: 21, 29 and EB. RGB value is (33,41,235). Sum of RGB (Red+Green+Blue) = 33+41+235=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 235 (92.19% from 255 or 76.05% from 309); Max value from RGB is 235 - color contains mainly: blue. Hex color #2129EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2129EB is #DED614. Grayscale: #3B3B3B. Windows color (decimal): -14603797 or 15411489. OLE color: 15411489.

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

Color convert

RGB 33 41 235 -
CMYK 0.86 0.83 0 0.08
HSL 237.62º 0.83% 0.53% -
HSV(B) 237.62º 0.86% 0.92% -
XYZ 16.42 7.91 79.26 -
YUV 60.72 226.35 108.23 -
System Red Green Blue C M Y K H S L
Decimal 33 41 235 0.86 0.83 0 0.08 237.62 0.83 0.53
Hex 21 29 EB 56 53 0 8 EE 53 35
Octal 41 51 353 126 123 0 10 356 123 65
Binary 100001 101001 11101011 1010110 1010011 0 1000 11101110 1010011 110101

Color Harmonies of #2129EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2129EB

Black with #2129EB

Text Example


Text Example

White with #2129EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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