Html Css Color HEX #1D2DCE Persian Blue

📋 copy color: '#1D2DCE'

red 29 ◦ green 45 ◦ blue 206

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

Shades of Persian Blue #1D2DCE

Tints of Persian Blue #1D2DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 73.57%

R = 10.36%
G = 16.07%
B = 73.57%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D2DCE (or 0x1D2DCE) is known color: Persian Blue. HEX triplet: 1D, 2D and CE. RGB value is (29,45,206). Sum of RGB (Red+Green+Blue) = 29+45+206=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 206 (80.86% from 255 or 73.57% from 280); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D2DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2DCE is #E2D231. Grayscale: #393939. Windows color (decimal): -14864946 or 13511965. OLE color: 13511965.

HSL color Cylindrical-coordinate representation of color #1D2DCE: hue angle of 234.58º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D2DCE is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 45 206 -
CMYK 0.86 0.78 0 0.19
HSL 234.58º 0.75% 0.46% -
HSV(B) 234.58º 0.86% 0.81% -
XYZ 12.59 6.59 59 -
YUV 58.57 211.2 106.91 -
System Red Green Blue C M Y K H S L
Decimal 29 45 206 0.86 0.78 0 0.19 234.58 0.75 0.46
Hex 1D 2D CE 56 4E 0 13 EB 4B 2E
Octal 35 55 316 126 116 0 23 353 113 56
Binary 11101 101101 11001110 1010110 1001110 0 10011 11101011 1001011 101110

Color Harmonies of #1D2DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2DCE

Black with #1D2DCE

Text Example


Text Example

White with #1D2DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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