Html Css Color HEX #2126DD Persian Blue

📋 copy color: '#2126DD'

red 33 ◦ green 38 ◦ blue 221

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

Shades of Persian Blue #2126DD

Tints of Persian Blue #2126DD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.01%

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

R = 11.3%
G = 13.01%
B = 75.68%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2126DD (or 0x2126DD) is known color: Persian Blue. HEX triplet: 21, 26 and DD. RGB value is (33,38,221). Sum of RGB (Red+Green+Blue) = 33+38+221=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 221 (86.72% from 255 or 75.68% from 292); Max value from RGB is 221 - color contains mainly: blue. Hex color #2126DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2126DD is #DED922. Grayscale: #383838. Windows color (decimal): -14604579 or 14493217. OLE color: 14493217.

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

Color convert

RGB 33 38 221 -
CMYK 0.85 0.83 0 0.13
HSL 238.4º 0.74% 0.5% -
HSV(B) 238.4º 0.85% 0.87% -
XYZ 14.37 6.93 68.99 -
YUV 57.37 220.34 110.62 -
System Red Green Blue C M Y K H S L
Decimal 33 38 221 0.85 0.83 0 0.13 238.4 0.74 0.5
Hex 21 26 DD 55 53 0 D EE 4A 32
Octal 41 46 335 125 123 0 15 356 112 62
Binary 100001 100110 11011101 1010101 1010011 0 1101 11101110 1001010 110010

Color Harmonies of #2126DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2126DD

Black with #2126DD

Text Example


Text Example

White with #2126DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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