Html Css Color HEX #1D40ED Persian Blue

📋 copy color: '#1D40ED'

red 29 ◦ green 64 ◦ blue 237

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

Shades of Persian Blue #1D40ED

Tints of Persian Blue #1D40ED

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.39%

 BLUE value IS 237 (92.97% from 255) = 71.82%

R = 8.79%
G = 19.39%
B = 71.82%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1D40ED (or 0x1D40ED) is known color: Persian Blue. HEX triplet: 1D, 40 and ED. RGB value is (29,64,237). Sum of RGB (Red+Green+Blue) = 29+64+237=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 237 (92.97% from 255 or 71.82% from 330); Max value from RGB is 237 - color contains mainly: blue. Hex color #1D40ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D40ED is #E2BF12. Grayscale: #484848. Windows color (decimal): -14860051 or 15548445. OLE color: 15548445.

HSL color Cylindrical-coordinate representation of color #1D40ED: hue angle of 229.9º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D40ED is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 64 237 -
CMYK 0.88 0.73 0 0.07
HSL 229.9º 0.85% 0.52% -
HSV(B) 229.9º 0.88% 0.93% -
XYZ 17.63 10.04 81.13 -
YUV 73.26 220.4 96.43 -
System Red Green Blue C M Y K H S L
Decimal 29 64 237 0.88 0.73 0 0.07 229.9 0.85 0.52
Hex 1D 40 ED 58 49 0 7 E6 55 34
Octal 35 100 355 130 111 0 7 346 125 64
Binary 11101 1000000 11101101 1011000 1001001 0 111 11100110 1010101 110100

Color Harmonies of #1D40ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D40ED

Black with #1D40ED

Text Example


Text Example

White with #1D40ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,64,237); }

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

background-color css

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

 a { background-color: rgb(29,64,237); }

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

border-color css

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

 span { border-color: rgb(29,64,237); }

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