Html Css Color HEX #2121CE Persian Blue

📋 copy color: '#2121CE'

red 33 ◦ green 33 ◦ blue 206

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

Shades of Persian Blue #2121CE

Tints of Persian Blue #2121CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.13%

 BLUE value IS 206 (80.86% from 255) = 75.74%

R = 12.13%
G = 12.13%
B = 75.74%

CMYK

 C value IS 0.84

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2121CE (or 0x2121CE) is known color: Persian Blue. HEX triplet: 21, 21 and CE. RGB value is (33,33,206). Sum of RGB (Red+Green+Blue) = 33+33+206=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #2121CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2121CE is #DEDE31. Grayscale: #343434. Windows color (decimal): -14605874 or 13508897. OLE color: 13508897.

HSL color Cylindrical-coordinate representation of color #2121CE: hue angle of 240º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2121CE is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 33 206 -
CMYK 0.84 0.84 0 0.19
HSL 240º 0.72% 0.47% -
HSV(B) 240º 0.84% 0.81% -
XYZ 12.31 5.87 58.88 -
YUV 52.72 214.5 113.93 -
System Red Green Blue C M Y K H S L
Decimal 33 33 206 0.84 0.84 0 0.19 240 0.72 0.47
Hex 21 21 CE 54 54 0 13 F0 48 2F
Octal 41 41 316 124 124 0 23 360 110 57
Binary 100001 100001 11001110 1010100 1010100 0 10011 11110000 1001000 101111

Color Harmonies of #2121CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2121CE

Black with #2121CE

Text Example


Text Example

White with #2121CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2121CE; }

 p { color: rgb(33,33,206); }

 H1.HeaderClassName
 {
   color: #2121CE;
 }
 .AnyTagClassName
 {
   color: #2121CE;
 }
</style>

background-color css

<style>
 a { background-color: #2121CE; }

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

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

border-color css

<style>
 span { border-color: #2121CE; }

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

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