Html Css Color HEX #1821DE Persian Blue

📋 copy color: '#1821DE'

red 24 ◦ green 33 ◦ blue 222

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

Shades of Persian Blue #1821DE

Tints of Persian Blue #1821DE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.83%

 BLUE value IS 222 (87.11% from 255) = 79.57%

R = 8.6%
G = 11.83%
B = 79.57%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1821DE (or 0x1821DE) is known color: Persian Blue. HEX triplet: 18, 21 and DE. RGB value is (24,33,222). Sum of RGB (Red+Green+Blue) = 24+33+222=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 222 (87.11% from 255 or 79.57% from 279); Max value from RGB is 222 - color contains mainly: blue. Hex color #1821DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1821DE is #E7DE21. Grayscale: #333333. Windows color (decimal): -15195682 or 14557464. OLE color: 14557464.

HSL color Cylindrical-coordinate representation of color #1821DE: hue angle of 237.27º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1821DE is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 33 222 -
CMYK 0.89 0.85 0 0.13
HSL 237.27º 0.8% 0.48% -
HSV(B) 237.27º 0.89% 0.87% -
XYZ 14.11 6.56 69.63 -
YUV 51.86 224.02 108.13 -
System Red Green Blue C M Y K H S L
Decimal 24 33 222 0.89 0.85 0 0.13 237.27 0.8 0.48
Hex 18 21 DE 59 55 0 D ED 50 30
Octal 30 41 336 131 125 0 15 355 120 60
Binary 11000 100001 11011110 1011001 1010101 0 1101 11101101 1010000 110000

Color Harmonies of #1821DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1821DE

Black with #1821DE

Text Example


Text Example

White with #1821DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1821DE; }

 p { color: rgb(24,33,222); }

 H1.HeaderClassName
 {
   color: #1821DE;
 }
 .AnyTagClassName
 {
   color: #1821DE;
 }
</style>

background-color css

<style>
 a { background-color: #1821DE; }

 a { background-color: rgb(24,33,222); }

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

border-color css

<style>
 span { border-color: #1821DE; }

 span { border-color: rgb(24,33,222); }

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