Html Css Color HEX #1522DE Persian Blue

📋 copy color: '#1522DE'

red 21 ◦ green 34 ◦ blue 222

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

Shades of Persian Blue #1522DE

Tints of Persian Blue #1522DE

RGB

 RED value IS 21 (8.59% from 255) = 7.58%

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

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

R = 7.58%
G = 12.27%
B = 80.14%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1522DE (or 0x1522DE) is known color: Persian Blue. HEX triplet: 15, 22 and DE. RGB value is (21,34,222). Sum of RGB (Red+Green+Blue) = 21+34+222=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 222 (87.11% from 255 or 80.14% from 277); Max value from RGB is 222 - color contains mainly: blue. Hex color #1522DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1522DE is #EADD21. Grayscale: #323232. Windows color (decimal): -15392034 or 14557717. OLE color: 14557717.

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

Color convert

RGB 21 34 222 -
CMYK 0.91 0.85 0 0.13
HSL 236.12º 0.83% 0.48% -
HSV(B) 236.12º 0.91% 0.87% -
XYZ 14.07 6.58 69.64 -
YUV 51.55 224.19 106.21 -
System Red Green Blue C M Y K H S L
Decimal 21 34 222 0.91 0.85 0 0.13 236.12 0.83 0.48
Hex 15 22 DE 5B 55 0 D EC 53 30
Octal 25 42 336 133 125 0 15 354 123 60
Binary 10101 100010 11011110 1011011 1010101 0 1101 11101100 1010011 110000

Color Harmonies of #1522DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1522DE

Black with #1522DE

Text Example


Text Example

White with #1522DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,34,222); }

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

background-color css

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

 a { background-color: rgb(21,34,222); }

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

border-color css

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

 span { border-color: rgb(21,34,222); }

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