Html Css Color HEX #2141DD Persian Blue

📋 copy color: '#2141DD'

red 33 ◦ green 65 ◦ blue 221

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

Shades of Persian Blue #2141DD

Tints of Persian Blue #2141DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.38%

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

R = 10.34%
G = 20.38%
B = 69.28%

CMYK

 C value IS 0.85

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2141DD (or 0x2141DD) is known color: Persian Blue. HEX triplet: 21, 41 and DD. RGB value is (33,65,221). Sum of RGB (Red+Green+Blue) = 33+65+221=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #2141DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2141DD is #DEBE22. Grayscale: #484848. Windows color (decimal): -14597667 or 14500129. OLE color: 14500129.

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

Color convert

RGB 33 65 221 -
CMYK 0.85 0.71 0 0.13
HSL 229.79º 0.74% 0.5% -
HSV(B) 229.79º 0.85% 0.87% -
XYZ 15.57 9.32 69.39 -
YUV 73.22 211.4 99.32 -
System Red Green Blue C M Y K H S L
Decimal 33 65 221 0.85 0.71 0 0.13 229.79 0.74 0.5
Hex 21 41 DD 55 47 0 D E6 4A 32
Octal 41 101 335 125 107 0 15 346 112 62
Binary 100001 1000001 11011101 1010101 1000111 0 1101 11100110 1001010 110010

Color Harmonies of #2141DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2141DD

Black with #2141DD

Text Example


Text Example

White with #2141DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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