Html Css Color HEX #2129EE Persian Blue

📋 copy color: '#2129EE'

red 33 ◦ green 41 ◦ blue 238

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

Shades of Persian Blue #2129EE

Tints of Persian Blue #2129EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 76.28%

R = 10.58%
G = 13.14%
B = 76.28%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2129EE (or 0x2129EE) is known color: Persian Blue. HEX triplet: 21, 29 and EE. RGB value is (33,41,238). Sum of RGB (Red+Green+Blue) = 33+41+238=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 238 (93.36% from 255 or 76.28% from 312); Max value from RGB is 238 - color contains mainly: blue. Hex color #2129EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2129EE is #DED611. Grayscale: #3C3C3C. Windows color (decimal): -14603794 or 15608097. OLE color: 15608097.

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

Color convert

RGB 33 41 238 -
CMYK 0.86 0.83 0 0.07
HSL 237.66º 0.86% 0.53% -
HSV(B) 237.66º 0.86% 0.93% -
XYZ 16.85 8.08 81.56 -
YUV 61.07 227.85 107.98 -
System Red Green Blue C M Y K H S L
Decimal 33 41 238 0.86 0.83 0 0.07 237.66 0.86 0.53
Hex 21 29 EE 56 53 0 7 EE 56 35
Octal 41 51 356 126 123 0 7 356 126 65
Binary 100001 101001 11101110 1010110 1010011 0 111 11101110 1010110 110101

Color Harmonies of #2129EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2129EE

Black with #2129EE

Text Example


Text Example

White with #2129EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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