Html Css Color HEX #1C20DD Persian Blue

📋 copy color: '#1C20DD'

red 28 ◦ green 32 ◦ blue 221

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

Shades of Persian Blue #1C20DD

Tints of Persian Blue #1C20DD

RGB

 RED value IS 28 (11.33% from 255) = 9.96%

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

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

R = 9.96%
G = 11.39%
B = 78.65%

CMYK

 C value IS 0.87

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1C20DD (or 0x1C20DD) is known color: Persian Blue. HEX triplet: 1C, 20 and DD. RGB value is (28,32,221). Sum of RGB (Red+Green+Blue) = 28+32+221=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 221 (86.72% from 255 or 78.65% from 281); Max value from RGB is 221 - color contains mainly: blue. Hex color #1C20DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C20DD is #E3DF22. Grayscale: #333333. Windows color (decimal): -14933795 or 14491676. OLE color: 14491676.

HSL color Cylindrical-coordinate representation of color #1C20DD: hue angle of 238.76º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C20DD is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 32 221 -
CMYK 0.87 0.86 0 0.13
HSL 238.76º 0.78% 0.49% -
HSV(B) 238.76º 0.87% 0.87% -
XYZ 14.05 6.5 68.92 -
YUV 52.35 223.17 110.63 -
System Red Green Blue C M Y K H S L
Decimal 28 32 221 0.87 0.86 0 0.13 238.76 0.78 0.49
Hex 1C 20 DD 57 56 0 D EF 4E 31
Octal 34 40 335 127 126 0 15 357 116 61
Binary 11100 100000 11011101 1010111 1010110 0 1101 11101111 1001110 110001

Color Harmonies of #1C20DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C20DD

Black with #1C20DD

Text Example


Text Example

White with #1C20DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C20DD; }

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

 H1.HeaderClassName
 {
   color: #1C20DD;
 }
 .AnyTagClassName
 {
   color: #1C20DD;
 }
</style>

background-color css

<style>
 a { background-color: #1C20DD; }

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

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

border-color css

<style>
 span { border-color: #1C20DD; }

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

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