Html Css Color HEX #2420DC Persian Blue

📋 copy color: '#2420DC'

red 36 ◦ green 32 ◦ blue 220

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

Shades of Persian Blue #2420DC

Tints of Persian Blue #2420DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 76.39%

R = 12.5%
G = 11.11%
B = 76.39%

CMYK

 C value IS 0.84

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2420DC (or 0x2420DC) is known color: Persian Blue. HEX triplet: 24, 20 and DC. RGB value is (36,32,220). Sum of RGB (Red+Green+Blue) = 36+32+220=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 220 (86.33% from 255 or 76.39% from 288); Max value from RGB is 220 - color contains mainly: blue. Hex color #2420DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2420DC is #DBDF23. Grayscale: #353535. Windows color (decimal): -14409508 or 14426148. OLE color: 14426148.

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

Color convert

RGB 36 32 220 -
CMYK 0.84 0.85 0 0.14
HSL 241.28º 0.75% 0.49% -
HSV(B) 241.28º 0.85% 0.86% -
XYZ 14.16 6.58 68.23 -
YUV 54.63 221.33 114.71 -
System Red Green Blue C M Y K H S L
Decimal 36 32 220 0.84 0.85 0 0.14 241.28 0.75 0.49
Hex 24 20 DC 54 55 0 E F1 4B 31
Octal 44 40 334 124 125 0 16 361 113 61
Binary 100100 100000 11011100 1010100 1010101 0 1110 11110001 1001011 110001

Color Harmonies of #2420DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2420DC

Black with #2420DC

Text Example


Text Example

White with #2420DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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