Html Css Color HEX #1D41EE Persian Blue

📋 copy color: '#1D41EE'

red 29 ◦ green 65 ◦ blue 238

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

Shades of Persian Blue #1D41EE

Tints of Persian Blue #1D41EE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.58%

 BLUE value IS 238 (93.36% from 255) = 71.69%

R = 8.73%
G = 19.58%
B = 71.69%

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

#1D41EE (or 0x1D41EE) is known color: Persian Blue. HEX triplet: 1D, 41 and EE. RGB value is (29,65,238). Sum of RGB (Red+Green+Blue) = 29+65+238=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 238 (93.36% from 255 or 71.69% from 332); Max value from RGB is 238 - color contains mainly: blue. Hex color #1D41EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D41EE is #E2BE11. Grayscale: #494949. Windows color (decimal): -14859794 or 15614237. OLE color: 15614237.

HSL color Cylindrical-coordinate representation of color #1D41EE: hue angle of 229.67º degrees, saturation: 0.86, 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 #1D41EE is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 65 238 -
CMYK 0.88 0.73 0 0.07
HSL 229.67º 0.86% 0.52% -
HSV(B) 229.67º 0.88% 0.93% -
XYZ 17.83 10.21 81.92 -
YUV 73.96 220.57 95.93 -
System Red Green Blue C M Y K H S L
Decimal 29 65 238 0.88 0.73 0 0.07 229.67 0.86 0.52
Hex 1D 41 EE 58 49 0 7 E6 56 34
Octal 35 101 356 130 111 0 7 346 126 64
Binary 11101 1000001 11101110 1011000 1001001 0 111 11100110 1010110 110100

Color Harmonies of #1D41EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D41EE

Black with #1D41EE

Text Example


Text Example

White with #1D41EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,65,238); }

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

background-color css

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

 a { background-color: rgb(29,65,238); }

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

border-color css

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

 span { border-color: rgb(29,65,238); }

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