Html Css Color HEX #1528DC Persian Blue

📋 copy color: '#1528DC'

red 21 ◦ green 40 ◦ blue 220

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

Shades of Persian Blue #1528DC

Tints of Persian Blue #1528DC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.23%

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

R = 7.47%
G = 14.23%
B = 78.29%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1528DC (or 0x1528DC) is known color: Persian Blue. HEX triplet: 15, 28 and DC. RGB value is (21,40,220). Sum of RGB (Red+Green+Blue) = 21+40+220=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 220 (86.33% from 255 or 78.29% from 281); Max value from RGB is 220 - color contains mainly: blue. Hex color #1528DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1528DC is #EAD723. Grayscale: #363636. Windows color (decimal): -15390500 or 14428181. OLE color: 14428181.

HSL color Cylindrical-coordinate representation of color #1528DC: hue angle of 234.27º 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 #1528DC is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 40 220 -
CMYK 0.90 0.82 0 0.14
HSL 234.27º 0.83% 0.47% -
HSV(B) 234.27º 0.9% 0.86% -
XYZ 13.99 6.84 68.29 -
YUV 54.84 221.21 103.86 -
System Red Green Blue C M Y K H S L
Decimal 21 40 220 0.90 0.82 0 0.14 234.27 0.83 0.47
Hex 15 28 DC 5A 52 0 E EA 53 2F
Octal 25 50 334 132 122 0 16 352 123 57
Binary 10101 101000 11011100 1011010 1010010 0 1110 11101010 1010011 101111

Color Harmonies of #1528DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1528DC

Black with #1528DC

Text Example


Text Example

White with #1528DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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