Html Css Color HEX #1D20DD Persian Blue

📋 copy color: '#1D20DD'

red 29 ◦ green 32 ◦ blue 221

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

Shades of Persian Blue #1D20DD

Tints of Persian Blue #1D20DD

RGB

 RED value IS 29 (11.72% from 255) = 10.28%

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

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

R = 10.28%
G = 11.35%
B = 78.37%

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

#1D20DD (or 0x1D20DD) is known color: Persian Blue. HEX triplet: 1D, 20 and DD. RGB value is (29,32,221). Sum of RGB (Red+Green+Blue) = 29+32+221=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 221 (86.72% from 255 or 78.37% from 282); Max value from RGB is 221 - color contains mainly: blue. Hex color #1D20DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D20DD is #E2DF22. Grayscale: #333333. Windows color (decimal): -14868259 or 14491677. OLE color: 14491677.

HSL color Cylindrical-coordinate representation of color #1D20DD: hue angle of 239.06º degrees, saturation: 0.77, 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 #1D20DD is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 29 32 221 -
CMYK 0.87 0.86 0 0.13
HSL 239.06º 0.77% 0.49% -
HSV(B) 239.06º 0.87% 0.87% -
XYZ 14.07 6.51 68.92 -
YUV 52.65 223.01 111.13 -
System Red Green Blue C M Y K H S L
Decimal 29 32 221 0.87 0.86 0 0.13 239.06 0.77 0.49
Hex 1D 20 DD 57 56 0 D EF 4D 31
Octal 35 40 335 127 126 0 15 357 115 61
Binary 11101 100000 11011101 1010111 1010110 0 1101 11101111 1001101 110001

Color Harmonies of #1D20DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D20DD

Black with #1D20DD

Text Example


Text Example

White with #1D20DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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