Html Css Color HEX #1D29EB Persian Blue

📋 copy color: '#1D29EB'

red 29 ◦ green 41 ◦ blue 235

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

Shades of Persian Blue #1D29EB

Tints of Persian Blue #1D29EB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

 BLUE value IS 235 (92.19% from 255) = 77.05%

R = 9.51%
G = 13.44%
B = 77.05%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1D29EB (or 0x1D29EB) is known color: Persian Blue. HEX triplet: 1D, 29 and EB. RGB value is (29,41,235). Sum of RGB (Red+Green+Blue) = 29+41+235=305 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.51% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 235 (92.19% from 255 or 77.05% from 305); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D29EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D29EB is #E2D614. Grayscale: #3A3A3A. Windows color (decimal): -14865941 or 15411485. OLE color: 15411485.

HSL color Cylindrical-coordinate representation of color #1D29EB: hue angle of 236.5º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D29EB is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 29 41 235 -
CMYK 0.88 0.83 0 0.08
HSL 236.5º 0.84% 0.52% -
HSV(B) 236.5º 0.88% 0.92% -
XYZ 16.3 7.85 79.25 -
YUV 59.53 227.02 106.23 -
System Red Green Blue C M Y K H S L
Decimal 29 41 235 0.88 0.83 0 0.08 236.5 0.84 0.52
Hex 1D 29 EB 58 53 0 8 ED 54 34
Octal 35 51 353 130 123 0 10 355 124 64
Binary 11101 101001 11101011 1011000 1010011 0 1000 11101101 1010100 110100

Color Harmonies of #1D29EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D29EB

Black with #1D29EB

Text Example


Text Example

White with #1D29EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,41,235); }

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

background-color css

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

 a { background-color: rgb(29,41,235); }

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

border-color css

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

 span { border-color: rgb(29,41,235); }

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