Html Css Color HEX #1D2EEF Persian Blue

📋 copy color: '#1D2EEF'

red 29 ◦ green 46 ◦ blue 239

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

Shades of Persian Blue #1D2EEF

Tints of Persian Blue #1D2EEF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.65%

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

R = 9.24%
G = 14.65%
B = 76.11%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1D2EEF (or 0x1D2EEF) is known color: Persian Blue. HEX triplet: 1D, 2E and EF. RGB value is (29,46,239). Sum of RGB (Red+Green+Blue) = 29+46+239=314 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.24% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 239 (93.75% from 255 or 76.11% from 314); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D2EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D2EEF is #E2D110. Grayscale: #3E3E3E. Windows color (decimal): -14864657 or 15674909. OLE color: 15674909.

HSL color Cylindrical-coordinate representation of color #1D2EEF: hue angle of 235.14º 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 #1D2EEF is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 46 239 -
CMYK 0.88 0.81 0 0.06
HSL 235.14º 0.87% 0.53% -
HSV(B) 235.14º 0.88% 0.94% -
XYZ 17.06 8.45 82.39 -
YUV 62.92 227.37 103.81 -
System Red Green Blue C M Y K H S L
Decimal 29 46 239 0.88 0.81 0 0.06 235.14 0.87 0.53
Hex 1D 2E EF 58 51 0 6 EB 57 35
Octal 35 56 357 130 121 0 6 353 127 65
Binary 11101 101110 11101111 1011000 1010001 0 110 11101011 1010111 110101

Color Harmonies of #1D2EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2EEF

Black with #1D2EEF

Text Example


Text Example

White with #1D2EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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