Html Css Color HEX #1D2EE9 Persian Blue

📋 copy color: '#1D2EE9'

red 29 ◦ green 46 ◦ blue 233

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

Shades of Persian Blue #1D2EE9

Tints of Persian Blue #1D2EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 75.65%

R = 9.42%
G = 14.94%
B = 75.65%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1D2EE9 (or 0x1D2EE9) is known color: Persian Blue. HEX triplet: 1D, 2E and E9. RGB value is (29,46,233). Sum of RGB (Red+Green+Blue) = 29+46+233=308 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.42% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 233 (91.41% from 255 or 75.65% from 308); Max value from RGB is 233 - color contains mainly: blue. Hex color #1D2EE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D2EE9 is #E2D116. Grayscale: #3D3D3D. Windows color (decimal): -14864663 or 15281693. OLE color: 15281693.

HSL color Cylindrical-coordinate representation of color #1D2EE9: hue angle of 235º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D2EE9 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 29 46 233 -
CMYK 0.88 0.80 0 0.09
HSL 235º 0.82% 0.51% -
HSV(B) 235º 0.88% 0.91% -
XYZ 16.19 8.1 77.8 -
YUV 62.24 224.37 104.29 -
System Red Green Blue C M Y K H S L
Decimal 29 46 233 0.88 0.80 0 0.09 235 0.82 0.51
Hex 1D 2E E9 58 50 0 9 EB 52 33
Octal 35 56 351 130 120 0 11 353 122 63
Binary 11101 101110 11101001 1011000 1010000 0 1001 11101011 1010010 110011

Color Harmonies of #1D2EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2EE9

Black with #1D2EE9

Text Example


Text Example

White with #1D2EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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