Html Css Color HEX #2129E4 Persian Blue

📋 copy color: '#2129E4'

red 33 ◦ green 41 ◦ blue 228

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

Shades of Persian Blue #2129E4

Tints of Persian Blue #2129E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 75.5%

R = 10.93%
G = 13.58%
B = 75.5%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#2129E4 (or 0x2129E4) is known color: Persian Blue. HEX triplet: 21, 29 and E4. RGB value is (33,41,228). Sum of RGB (Red+Green+Blue) = 33+41+228=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 228 (89.45% from 255 or 75.50% from 302); Max value from RGB is 228 - color contains mainly: blue. Hex color #2129E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2129E4 is #DED61B. Grayscale: #3B3B3B. Windows color (decimal): -14603804 or 14952737. OLE color: 14952737.

HSL color Cylindrical-coordinate representation of color #2129E4: hue angle of 237.54º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2129E4 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 33 41 228 -
CMYK 0.86 0.82 0 0.11
HSL 237.54º 0.78% 0.51% -
HSV(B) 237.54º 0.86% 0.89% -
XYZ 15.42 7.51 74.04 -
YUV 59.93 222.85 108.79 -
System Red Green Blue C M Y K H S L
Decimal 33 41 228 0.86 0.82 0 0.11 237.54 0.78 0.51
Hex 21 29 E4 56 52 0 B EE 4E 33
Octal 41 51 344 126 122 0 13 356 116 63
Binary 100001 101001 11100100 1010110 1010010 0 1011 11101110 1001110 110011

Color Harmonies of #2129E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2129E4

Black with #2129E4

Text Example


Text Example

White with #2129E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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