Html Css Color HEX #1D2BEE Persian Blue

📋 copy color: '#1D2BEE'

red 29 ◦ green 43 ◦ blue 238

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

Shades of Persian Blue #1D2BEE

Tints of Persian Blue #1D2BEE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.87%

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

R = 9.35%
G = 13.87%
B = 76.77%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1D2BEE (or 0x1D2BEE) is known color: Persian Blue. HEX triplet: 1D, 2B and EE. RGB value is (29,43,238). Sum of RGB (Red+Green+Blue) = 29+43+238=310 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.35% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 238 (93.36% from 255 or 76.77% from 310); Max value from RGB is 238 - color contains mainly: blue. Hex color #1D2BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D2BEE is #E2D411. Grayscale: #3C3C3C. Windows color (decimal): -14865426 or 15608605. OLE color: 15608605.

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

Color convert

RGB 29 43 238 -
CMYK 0.88 0.82 0 0.07
HSL 235.98º 0.86% 0.52% -
HSV(B) 235.98º 0.88% 0.93% -
XYZ 16.8 8.16 81.58 -
YUV 61.04 227.86 105.14 -
System Red Green Blue C M Y K H S L
Decimal 29 43 238 0.88 0.82 0 0.07 235.98 0.86 0.52
Hex 1D 2B EE 58 52 0 7 EC 56 34
Octal 35 53 356 130 122 0 7 354 126 64
Binary 11101 101011 11101110 1011000 1010010 0 111 11101100 1010110 110100

Color Harmonies of #1D2BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2BEE

Black with #1D2BEE

Text Example


Text Example

White with #1D2BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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