Html Css Color HEX #1D3CEF Persian Blue

📋 copy color: '#1D3CEF'

red 29 ◦ green 60 ◦ blue 239

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

Shades of Persian Blue #1D3CEF

Tints of Persian Blue #1D3CEF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.29%

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

R = 8.84%
G = 18.29%
B = 72.87%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1D3CEF (or 0x1D3CEF) is known color: Persian Blue. HEX triplet: 1D, 3C and EF. RGB value is (29,60,239). Sum of RGB (Red+Green+Blue) = 29+60+239=328 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.84% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D3CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D3CEF is #E2C310. Grayscale: #464646. Windows color (decimal): -14861073 or 15678493. OLE color: 15678493.

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

Color convert

RGB 29 60 239 -
CMYK 0.88 0.75 0 0.06
HSL 231.14º 0.87% 0.53% -
HSV(B) 231.14º 0.88% 0.94% -
XYZ 17.7 9.72 82.61 -
YUV 71.14 222.73 97.95 -
System Red Green Blue C M Y K H S L
Decimal 29 60 239 0.88 0.75 0 0.06 231.14 0.87 0.53
Hex 1D 3C EF 58 4B 0 6 E7 57 35
Octal 35 74 357 130 113 0 6 347 127 65
Binary 11101 111100 11101111 1011000 1001011 0 110 11100111 1010111 110101

Color Harmonies of #1D3CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3CEF

Black with #1D3CEF

Text Example


Text Example

White with #1D3CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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