Html Css Color HEX #1535DC Persian Blue

📋 copy color: '#1535DC'

red 21 ◦ green 53 ◦ blue 220

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

Shades of Persian Blue #1535DC

Tints of Persian Blue #1535DC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.03%

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

R = 7.14%
G = 18.03%
B = 74.83%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1535DC (or 0x1535DC) is known color: Persian Blue. HEX triplet: 15, 35 and DC. RGB value is (21,53,220). Sum of RGB (Red+Green+Blue) = 21+53+220=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 220 (86.33% from 255 or 74.83% from 294); Max value from RGB is 220 - color contains mainly: blue. Hex color #1535DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1535DC is #EACA23. Grayscale: #3D3D3D. Windows color (decimal): -15387172 or 14431509. OLE color: 14431509.

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

Color convert

RGB 21 53 220 -
CMYK 0.90 0.76 0 0.14
HSL 230.35º 0.83% 0.47% -
HSV(B) 230.35º 0.9% 0.86% -
XYZ 14.5 7.87 68.47 -
YUV 62.47 216.9 98.42 -
System Red Green Blue C M Y K H S L
Decimal 21 53 220 0.90 0.76 0 0.14 230.35 0.83 0.47
Hex 15 35 DC 5A 4C 0 E E6 53 2F
Octal 25 65 334 132 114 0 16 346 123 57
Binary 10101 110101 11011100 1011010 1001100 0 1110 11100110 1010011 101111

Color Harmonies of #1535DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1535DC

Black with #1535DC

Text Example


Text Example

White with #1535DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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