Html Css Color HEX #2420DD Persian Blue

📋 copy color: '#2420DD'

red 36 ◦ green 32 ◦ blue 221

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

Shades of Persian Blue #2420DD

Tints of Persian Blue #2420DD

RGB

 RED value IS 36 (14.45% from 255) = 12.46%

 GREEN value IS 32 (12.89% from 255) = 11.07%

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

R = 12.46%
G = 11.07%
B = 76.47%

CMYK

 C value IS 0.84

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2420DD (or 0x2420DD) is known color: Persian Blue. HEX triplet: 24, 20 and DD. RGB value is (36,32,221). Sum of RGB (Red+Green+Blue) = 36+32+221=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 221 (86.72% from 255 or 76.47% from 289); Max value from RGB is 221 - color contains mainly: blue. Hex color #2420DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2420DD is #DBDF22. Grayscale: #353535. Windows color (decimal): -14409507 or 14491684. OLE color: 14491684.

HSL color Cylindrical-coordinate representation of color #2420DD: hue angle of 241.27º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2420DD is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 32 221 -
CMYK 0.84 0.86 0 0.13
HSL 241.27º 0.75% 0.5% -
HSV(B) 241.27º 0.86% 0.87% -
XYZ 14.3 6.63 68.93 -
YUV 54.74 221.83 114.63 -
System Red Green Blue C M Y K H S L
Decimal 36 32 221 0.84 0.86 0 0.13 241.27 0.75 0.5
Hex 24 20 DD 54 56 0 D F1 4B 32
Octal 44 40 335 124 126 0 15 361 113 62
Binary 100100 100000 11011101 1010100 1010110 0 1101 11110001 1001011 110010

Color Harmonies of #2420DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2420DD

Black with #2420DD

Text Example


Text Example

White with #2420DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,32,221); }

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

background-color css

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

 a { background-color: rgb(36,32,221); }

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

border-color css

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

 span { border-color: rgb(36,32,221); }

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