Html Css Color HEX #1822DD Persian Blue

📋 copy color: '#1822DD'

red 24 ◦ green 34 ◦ blue 221

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

Shades of Persian Blue #1822DD

Tints of Persian Blue #1822DD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.19%

 BLUE value IS 221 (86.72% from 255) = 79.21%

R = 8.6%
G = 12.19%
B = 79.21%

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

#1822DD (or 0x1822DD) is known color: Persian Blue. HEX triplet: 18, 22 and DD. RGB value is (24,34,221). Sum of RGB (Red+Green+Blue) = 24+34+221=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 221 (86.72% from 255 or 79.21% from 279); Max value from RGB is 221 - color contains mainly: blue. Hex color #1822DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1822DD is #E7DD22. Grayscale: #333333. Windows color (decimal): -15195427 or 14492184. OLE color: 14492184.

HSL color Cylindrical-coordinate representation of color #1822DD: hue angle of 236.95º 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 #1822DD is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 34 221 -
CMYK 0.89 0.85 0 0.13
HSL 236.95º 0.8% 0.48% -
HSV(B) 236.95º 0.89% 0.87% -
XYZ 14 6.56 68.93 -
YUV 52.33 223.19 107.79 -
System Red Green Blue C M Y K H S L
Decimal 24 34 221 0.89 0.85 0 0.13 236.95 0.8 0.48
Hex 18 22 DD 59 55 0 D ED 50 30
Octal 30 42 335 131 125 0 15 355 120 60
Binary 11000 100010 11011101 1011001 1010101 0 1101 11101101 1010000 110000

Color Harmonies of #1822DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1822DD

Black with #1822DD

Text Example


Text Example

White with #1822DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1822DD; }

 p { color: rgb(24,34,221); }

 H1.HeaderClassName
 {
   color: #1822DD;
 }
 .AnyTagClassName
 {
   color: #1822DD;
 }
</style>

background-color css

<style>
 a { background-color: #1822DD; }

 a { background-color: rgb(24,34,221); }

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

border-color css

<style>
 span { border-color: #1822DD; }

 span { border-color: rgb(24,34,221); }

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