Html Css Color HEX #2128DD Persian Blue

📋 copy color: '#2128DD'

red 33 ◦ green 40 ◦ blue 221

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

Shades of Persian Blue #2128DD

Tints of Persian Blue #2128DD

RGB

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

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

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

R = 11.22%
G = 13.61%
B = 75.17%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2128DD (or 0x2128DD) is known color: Persian Blue. HEX triplet: 21, 28 and DD. RGB value is (33,40,221). Sum of RGB (Red+Green+Blue) = 33+40+221=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 221 (86.72% from 255 or 75.17% from 294); Max value from RGB is 221 - color contains mainly: blue. Hex color #2128DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2128DD is #DED722. Grayscale: #393939. Windows color (decimal): -14604067 or 14493729. OLE color: 14493729.

HSL color Cylindrical-coordinate representation of color #2128DD: hue angle of 237.77º 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 #2128DD is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 40 221 -
CMYK 0.85 0.82 0 0.13
HSL 237.77º 0.74% 0.5% -
HSV(B) 237.77º 0.85% 0.87% -
XYZ 14.44 7.06 69.01 -
YUV 58.54 219.68 109.78 -
System Red Green Blue C M Y K H S L
Decimal 33 40 221 0.85 0.82 0 0.13 237.77 0.74 0.5
Hex 21 28 DD 55 52 0 D EE 4A 32
Octal 41 50 335 125 122 0 15 356 112 62
Binary 100001 101000 11011101 1010101 1010010 0 1101 11101110 1001010 110010

Color Harmonies of #2128DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2128DD

Black with #2128DD

Text Example


Text Example

White with #2128DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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