Html Css Color HEX #1540DE Persian Blue

📋 copy color: '#1540DE'

red 21 ◦ green 64 ◦ blue 222

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

Shades of Persian Blue #1540DE

Tints of Persian Blue #1540DE

RGB

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

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

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

R = 6.84%
G = 20.85%
B = 72.31%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1540DE (or 0x1540DE) is known color: Persian Blue. HEX triplet: 15, 40 and DE. RGB value is (21,64,222). Sum of RGB (Red+Green+Blue) = 21+64+222=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 222 (87.11% from 255 or 72.31% from 307); Max value from RGB is 222 - color contains mainly: blue. Hex color #1540DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1540DE is #EABF21. Grayscale: #444444. Windows color (decimal): -15384354 or 14565397. OLE color: 14565397.

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

Color convert

RGB 21 64 222 -
CMYK 0.91 0.71 0 0.13
HSL 227.16º 0.83% 0.48% -
HSV(B) 227.16º 0.91% 0.87% -
XYZ 15.33 9.1 70.06 -
YUV 69.16 214.25 93.65 -
System Red Green Blue C M Y K H S L
Decimal 21 64 222 0.91 0.71 0 0.13 227.16 0.83 0.48
Hex 15 40 DE 5B 47 0 D E3 53 30
Octal 25 100 336 133 107 0 15 343 123 60
Binary 10101 1000000 11011110 1011011 1000111 0 1101 11100011 1010011 110000

Color Harmonies of #1540DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1540DE

Black with #1540DE

Text Example


Text Example

White with #1540DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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