Html Css Color HEX #1D20DF Persian Blue

📋 copy color: '#1D20DF'

red 29 ◦ green 32 ◦ blue 223

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

Shades of Persian Blue #1D20DF

Tints of Persian Blue #1D20DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 78.52%

R = 10.21%
G = 11.27%
B = 78.52%

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

#1D20DF (or 0x1D20DF) is known color: Persian Blue. HEX triplet: 1D, 20 and DF. RGB value is (29,32,223). Sum of RGB (Red+Green+Blue) = 29+32+223=284 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.21% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 223 (87.5% from 255 or 78.52% from 284); Max value from RGB is 223 - color contains mainly: blue. Hex color #1D20DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D20DF is #E2DF20. Grayscale: #343434. Windows color (decimal): -14868257 or 14622749. OLE color: 14622749.

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

Color convert

RGB 29 32 223 -
CMYK 0.87 0.86 0 0.13
HSL 239.07º 0.77% 0.49% -
HSV(B) 239.07º 0.87% 0.87% -
XYZ 14.34 6.62 70.33 -
YUV 52.88 224.01 110.97 -
System Red Green Blue C M Y K H S L
Decimal 29 32 223 0.87 0.86 0 0.13 239.07 0.77 0.49
Hex 1D 20 DF 57 56 0 D EF 4D 31
Octal 35 40 337 127 126 0 15 357 115 61
Binary 11101 100000 11011111 1010111 1010110 0 1101 11101111 1001101 110001

Color Harmonies of #1D20DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D20DF

Black with #1D20DF

Text Example


Text Example

White with #1D20DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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