Html Css Color HEX #1522DC Persian Blue

📋 copy color: '#1522DC'

red 21 ◦ green 34 ◦ blue 220

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

Shades of Persian Blue #1522DC

Tints of Persian Blue #1522DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 80%

R = 7.64%
G = 12.36%
B = 80%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1522DC (or 0x1522DC) is known color: Persian Blue. HEX triplet: 15, 22 and DC. RGB value is (21,34,220). Sum of RGB (Red+Green+Blue) = 21+34+220=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 220 (86.33% from 255 or 80% from 275); Max value from RGB is 220 - color contains mainly: blue. Hex color #1522DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1522DC is #EADD23. Grayscale: #323232. Windows color (decimal): -15392036 or 14426645. OLE color: 14426645.

HSL color Cylindrical-coordinate representation of color #1522DC: hue angle of 236.08º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1522DC is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 34 220 -
CMYK 0.90 0.85 0 0.14
HSL 236.08º 0.83% 0.47% -
HSV(B) 236.08º 0.9% 0.86% -
XYZ 13.8 6.47 68.23 -
YUV 51.32 223.19 106.38 -
System Red Green Blue C M Y K H S L
Decimal 21 34 220 0.90 0.85 0 0.14 236.08 0.83 0.47
Hex 15 22 DC 5A 55 0 E EC 53 2F
Octal 25 42 334 132 125 0 16 354 123 57
Binary 10101 100010 11011100 1011010 1010101 0 1110 11101100 1010011 101111

Color Harmonies of #1522DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1522DC

Black with #1522DC

Text Example


Text Example

White with #1522DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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