Html Css Color HEX #2129EA Persian Blue

📋 copy color: '#2129EA'

red 33 ◦ green 41 ◦ blue 234

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

Shades of Persian Blue #2129EA

Tints of Persian Blue #2129EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 75.97%

R = 10.71%
G = 13.31%
B = 75.97%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2129EA (or 0x2129EA) is known color: Persian Blue. HEX triplet: 21, 29 and EA. RGB value is (33,41,234). Sum of RGB (Red+Green+Blue) = 33+41+234=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 234 (91.80% from 255 or 75.97% from 308); Max value from RGB is 234 - color contains mainly: blue. Hex color #2129EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2129EA is #DED615. Grayscale: #3B3B3B. Windows color (decimal): -14603798 or 15345953. OLE color: 15345953.

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

Color convert

RGB 33 41 234 -
CMYK 0.86 0.82 0 0.08
HSL 237.61º 0.83% 0.52% -
HSV(B) 237.61º 0.86% 0.92% -
XYZ 16.27 7.85 78.5 -
YUV 60.61 225.85 108.31 -
System Red Green Blue C M Y K H S L
Decimal 33 41 234 0.86 0.82 0 0.08 237.61 0.83 0.52
Hex 21 29 EA 56 52 0 8 EE 53 34
Octal 41 51 352 126 122 0 10 356 123 64
Binary 100001 101001 11101010 1010110 1010010 0 1000 11101110 1010011 110100

Color Harmonies of #2129EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2129EA

Black with #2129EA

Text Example


Text Example

White with #2129EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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