Html Css Color HEX #1540D0 Persian Blue

📋 copy color: '#1540D0'

red 21 ◦ green 64 ◦ blue 208

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

Shades of Persian Blue #1540D0

Tints of Persian Blue #1540D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 70.99%

R = 7.17%
G = 21.84%
B = 70.99%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1540D0 (or 0x1540D0) is known color: Persian Blue. HEX triplet: 15, 40 and D0. RGB value is (21,64,208). Sum of RGB (Red+Green+Blue) = 21+64+208=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 208 (81.64% from 255 or 70.99% from 293); Max value from RGB is 208 - color contains mainly: blue. Hex color #1540D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1540D0 is #EABF2F. Grayscale: #424242. Windows color (decimal): -15384368 or 13647893. OLE color: 13647893.

HSL color Cylindrical-coordinate representation of color #1540D0: hue angle of 226.2º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1540D0 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 21 64 208 -
CMYK 0.90 0.69 0 0.18
HSL 226.2º 0.82% 0.45% -
HSV(B) 226.2º 0.9% 0.82% -
XYZ 13.53 8.38 60.58 -
YUV 67.56 207.25 94.79 -
System Red Green Blue C M Y K H S L
Decimal 21 64 208 0.90 0.69 0 0.18 226.2 0.82 0.45
Hex 15 40 D0 5A 45 0 12 E2 52 2D
Octal 25 100 320 132 105 0 22 342 122 55
Binary 10101 1000000 11010000 1011010 1000101 0 10010 11100010 1010010 101101

Color Harmonies of #1540D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1540D0

Black with #1540D0

Text Example


Text Example

White with #1540D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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