Html Css Color HEX #2129DD Persian Blue

📋 copy color: '#2129DD'

red 33 ◦ green 41 ◦ blue 221

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

Shades of Persian Blue #2129DD

Tints of Persian Blue #2129DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 74.92%

R = 11.19%
G = 13.9%
B = 74.92%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2129DD (or 0x2129DD) is known color: Persian Blue. HEX triplet: 21, 29 and DD. RGB value is (33,41,221). Sum of RGB (Red+Green+Blue) = 33+41+221=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 221 (86.72% from 255 or 74.92% from 295); Max value from RGB is 221 - color contains mainly: blue. Hex color #2129DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2129DD is #DED622. Grayscale: #3A3A3A. Windows color (decimal): -14603811 or 14493985. OLE color: 14493985.

HSL color Cylindrical-coordinate representation of color #2129DD: hue angle of 237.45º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2129DD is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 41 221 -
CMYK 0.85 0.81 0 0.13
HSL 237.45º 0.74% 0.5% -
HSV(B) 237.45º 0.85% 0.87% -
XYZ 14.47 7.13 69.02 -
YUV 59.13 219.35 109.36 -
System Red Green Blue C M Y K H S L
Decimal 33 41 221 0.85 0.81 0 0.13 237.45 0.74 0.5
Hex 21 29 DD 55 51 0 D ED 4A 32
Octal 41 51 335 125 121 0 15 355 112 62
Binary 100001 101001 11011101 1010101 1010001 0 1101 11101101 1001010 110010

Color Harmonies of #2129DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2129DD

Black with #2129DD

Text Example


Text Example

White with #2129DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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