Html Css Color HEX #1D2DD5 Persian Blue

📋 copy color: '#1D2DD5'

red 29 ◦ green 45 ◦ blue 213

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

Shades of Persian Blue #1D2DD5

Tints of Persian Blue #1D2DD5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.68%

 BLUE value IS 213 (83.59% from 255) = 74.22%

R = 10.1%
G = 15.68%
B = 74.22%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1D2DD5 (or 0x1D2DD5) is known color: Persian Blue. HEX triplet: 1D, 2D and D5. RGB value is (29,45,213). Sum of RGB (Red+Green+Blue) = 29+45+213=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 213 (83.59% from 255 or 74.22% from 287); Max value from RGB is 213 - color contains mainly: blue. Hex color #1D2DD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2DD5 is #E2D22A. Grayscale: #3A3A3A. Windows color (decimal): -14864939 or 13970717. OLE color: 13970717.

HSL color Cylindrical-coordinate representation of color #1D2DD5: hue angle of 234.78º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D2DD5 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 29 45 213 -
CMYK 0.86 0.79 0 0.16
HSL 234.78º 0.76% 0.47% -
HSV(B) 234.78º 0.86% 0.84% -
XYZ 13.46 6.94 63.58 -
YUV 59.37 214.7 106.34 -
System Red Green Blue C M Y K H S L
Decimal 29 45 213 0.86 0.79 0 0.16 234.78 0.76 0.47
Hex 1D 2D D5 56 4F 0 10 EB 4C 2F
Octal 35 55 325 126 117 0 20 353 114 57
Binary 11101 101101 11010101 1010110 1001111 0 10000 11101011 1001100 101111

Color Harmonies of #1D2DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2DD5

Black with #1D2DD5

Text Example


Text Example

White with #1D2DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,45,213); }

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

background-color css

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

 a { background-color: rgb(29,45,213); }

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

border-color css

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

 span { border-color: rgb(29,45,213); }

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