Html Css Color HEX #1540D4 Persian Blue

📋 copy color: '#1540D4'

red 21 ◦ green 64 ◦ blue 212

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

Shades of Persian Blue #1540D4

Tints of Persian Blue #1540D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 71.38%

R = 7.07%
G = 21.55%
B = 71.38%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#1540D4 (or 0x1540D4) is known color: Persian Blue. HEX triplet: 15, 40 and D4. RGB value is (21,64,212). Sum of RGB (Red+Green+Blue) = 21+64+212=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 212 (83.20% from 255 or 71.38% from 297); Max value from RGB is 212 - color contains mainly: blue. Hex color #1540D4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1540D4 is #EABF2B. Grayscale: #434343. Windows color (decimal): -15384364 or 13910037. OLE color: 13910037.

HSL color Cylindrical-coordinate representation of color #1540D4: hue angle of 226.49º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1540D4 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 21 64 212 -
CMYK 0.90 0.70 0 0.17
HSL 226.49º 0.82% 0.46% -
HSV(B) 226.49º 0.9% 0.83% -
XYZ 14.03 8.58 63.2 -
YUV 68.02 209.25 94.47 -
System Red Green Blue C M Y K H S L
Decimal 21 64 212 0.90 0.70 0 0.17 226.49 0.82 0.46
Hex 15 40 D4 5A 46 0 11 E2 52 2E
Octal 25 100 324 132 106 0 21 342 122 56
Binary 10101 1000000 11010100 1011010 1000110 0 10001 11100010 1010010 101110

Color Harmonies of #1540D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1540D4

Black with #1540D4

Text Example


Text Example

White with #1540D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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