Html Css Color HEX #1829EB Persian Blue

📋 copy color: '#1829EB'

red 24 ◦ green 41 ◦ blue 235

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

Shades of Persian Blue #1829EB

Tints of Persian Blue #1829EB

RGB

 RED value IS 24 (9.77% from 255) = 8%

 GREEN value IS 41 (16.41% from 255) = 13.67%

 BLUE value IS 235 (92.19% from 255) = 78.33%

R = 8%
G = 13.67%
B = 78.33%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1829EB (or 0x1829EB) is known color: Persian Blue. HEX triplet: 18, 29 and EB. RGB value is (24,41,235). Sum of RGB (Red+Green+Blue) = 24+41+235=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 235 (92.19% from 255 or 78.33% from 300); Max value from RGB is 235 - color contains mainly: blue. Hex color #1829EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1829EB is #E7D614. Grayscale: #393939. Windows color (decimal): -15193621 or 15411480. OLE color: 15411480.

HSL color Cylindrical-coordinate representation of color #1829EB: hue angle of 235.17º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1829EB is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 41 235 -
CMYK 0.90 0.83 0 0.08
HSL 235.17º 0.84% 0.51% -
HSV(B) 235.17º 0.9% 0.92% -
XYZ 16.17 7.78 79.25 -
YUV 58.03 227.87 103.73 -
System Red Green Blue C M Y K H S L
Decimal 24 41 235 0.90 0.83 0 0.08 235.17 0.84 0.51
Hex 18 29 EB 5A 53 0 8 EB 54 33
Octal 30 51 353 132 123 0 10 353 124 63
Binary 11000 101001 11101011 1011010 1010011 0 1000 11101011 1010100 110011

Color Harmonies of #1829EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1829EB

Black with #1829EB

Text Example


Text Example

White with #1829EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1829EB; }

 p { color: rgb(24,41,235); }

 H1.HeaderClassName
 {
   color: #1829EB;
 }
 .AnyTagClassName
 {
   color: #1829EB;
 }
</style>

background-color css

<style>
 a { background-color: #1829EB; }

 a { background-color: rgb(24,41,235); }

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

border-color css

<style>
 span { border-color: #1829EB; }

 span { border-color: rgb(24,41,235); }

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