Html Css Color HEX #1D2CEF Persian Blue

📋 copy color: '#1D2CEF'

red 29 ◦ green 44 ◦ blue 239

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

Shades of Persian Blue #1D2CEF

Tints of Persian Blue #1D2CEF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.1%

 BLUE value IS 239 (93.75% from 255) = 76.6%

R = 9.29%
G = 14.1%
B = 76.6%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1D2CEF (or 0x1D2CEF) is known color: Persian Blue. HEX triplet: 1D, 2C and EF. RGB value is (29,44,239). Sum of RGB (Red+Green+Blue) = 29+44+239=312 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.29% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 239 (93.75% from 255 or 76.60% from 312); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D2CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D2CEF is #E2D310. Grayscale: #3C3C3C. Windows color (decimal): -14865169 or 15674397. OLE color: 15674397.

HSL color Cylindrical-coordinate representation of color #1D2CEF: hue angle of 235.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D2CEF is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 44 239 -
CMYK 0.88 0.82 0 0.06
HSL 235.71º 0.87% 0.53% -
HSV(B) 235.71º 0.88% 0.94% -
XYZ 16.99 8.29 82.37 -
YUV 61.75 228.03 104.64 -
System Red Green Blue C M Y K H S L
Decimal 29 44 239 0.88 0.82 0 0.06 235.71 0.87 0.53
Hex 1D 2C EF 58 52 0 6 EC 57 35
Octal 35 54 357 130 122 0 6 354 127 65
Binary 11101 101100 11101111 1011000 1010010 0 110 11101100 1010111 110101

Color Harmonies of #1D2CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2CEF

Black with #1D2CEF

Text Example


Text Example

White with #1D2CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,44,239); }

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

background-color css

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

 a { background-color: rgb(29,44,239); }

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

border-color css

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

 span { border-color: rgb(29,44,239); }

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