Html Css Color HEX #1540DC Persian Blue

📋 copy color: '#1540DC'

red 21 ◦ green 64 ◦ blue 220

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

Shades of Persian Blue #1540DC

Tints of Persian Blue #1540DC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.98%

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

R = 6.89%
G = 20.98%
B = 72.13%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1540DC (or 0x1540DC) is known color: Persian Blue. HEX triplet: 15, 40 and DC. RGB value is (21,64,220). Sum of RGB (Red+Green+Blue) = 21+64+220=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #1540DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1540DC is #EABF23. Grayscale: #444444. Windows color (decimal): -15384356 or 14434325. OLE color: 14434325.

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

Color convert

RGB 21 64 220 -
CMYK 0.90 0.71 0 0.14
HSL 227.04º 0.83% 0.47% -
HSV(B) 227.04º 0.9% 0.86% -
XYZ 15.06 8.99 68.65 -
YUV 68.93 213.25 93.82 -
System Red Green Blue C M Y K H S L
Decimal 21 64 220 0.90 0.71 0 0.14 227.04 0.83 0.47
Hex 15 40 DC 5A 47 0 E E3 53 2F
Octal 25 100 334 132 107 0 16 343 123 57
Binary 10101 1000000 11011100 1011010 1000111 0 1110 11100011 1010011 101111

Color Harmonies of #1540DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1540DC

Black with #1540DC

Text Example


Text Example

White with #1540DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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