Html Css Color HEX #2128CE Persian Blue

📋 copy color: '#2128CE'

red 33 ◦ green 40 ◦ blue 206

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

Shades of Persian Blue #2128CE

Tints of Persian Blue #2128CE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.34%

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

R = 11.83%
G = 14.34%
B = 73.84%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2128CE (or 0x2128CE) is known color: Persian Blue. HEX triplet: 21, 28 and CE. RGB value is (33,40,206). Sum of RGB (Red+Green+Blue) = 33+40+206=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 206 (80.86% from 255 or 73.84% from 279); Max value from RGB is 206 - color contains mainly: blue. Hex color #2128CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2128CE is #DED731. Grayscale: #383838. Windows color (decimal): -14604082 or 13510689. OLE color: 13510689.

HSL color Cylindrical-coordinate representation of color #2128CE: hue angle of 237.57º 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 #2128CE is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 40 206 -
CMYK 0.84 0.81 0 0.19
HSL 237.57º 0.72% 0.47% -
HSV(B) 237.57º 0.84% 0.81% -
XYZ 12.53 6.3 58.95 -
YUV 56.83 212.18 111 -
System Red Green Blue C M Y K H S L
Decimal 33 40 206 0.84 0.81 0 0.19 237.57 0.72 0.47
Hex 21 28 CE 54 51 0 13 EE 48 2F
Octal 41 50 316 124 121 0 23 356 110 57
Binary 100001 101000 11001110 1010100 1010001 0 10011 11101110 1001000 101111

Color Harmonies of #2128CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2128CE

Black with #2128CE

Text Example


Text Example

White with #2128CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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