Html Css Color HEX #1547D8 Persian Blue

📋 copy color: '#1547D8'

red 21 ◦ green 71 ◦ blue 216

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

Shades of Persian Blue #1547D8

Tints of Persian Blue #1547D8

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.05%

 BLUE value IS 216 (84.77% from 255) = 70.13%

R = 6.82%
G = 23.05%
B = 70.13%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1547D8 (or 0x1547D8) is known color: Persian Blue. HEX triplet: 15, 47 and D8. RGB value is (21,71,216). Sum of RGB (Red+Green+Blue) = 21+71+216=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 216 (84.77% from 255 or 70.13% from 308); Max value from RGB is 216 - color contains mainly: blue. Hex color #1547D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1547D8 is #EAB827. Grayscale: #474747. Windows color (decimal): -15382568 or 14173973. OLE color: 14173973.

HSL color Cylindrical-coordinate representation of color #1547D8: hue angle of 224.62º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1547D8 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 71 216 -
CMYK 0.90 0.67 0 0.15
HSL 224.62º 0.82% 0.46% -
HSV(B) 224.62º 0.9% 0.85% -
XYZ 14.96 9.62 66.03 -
YUV 72.58 208.94 91.21 -
System Red Green Blue C M Y K H S L
Decimal 21 71 216 0.90 0.67 0 0.15 224.62 0.82 0.46
Hex 15 47 D8 5A 43 0 F E1 52 2E
Octal 25 107 330 132 103 0 17 341 122 56
Binary 10101 1000111 11011000 1011010 1000011 0 1111 11100001 1010010 101110

Color Harmonies of #1547D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1547D8

Black with #1547D8

Text Example


Text Example

White with #1547D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1547D8; }

 p { color: rgb(21,71,216); }

 H1.HeaderClassName
 {
   color: #1547D8;
 }
 .AnyTagClassName
 {
   color: #1547D8;
 }
</style>

background-color css

<style>
 a { background-color: #1547D8; }

 a { background-color: rgb(21,71,216); }

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

border-color css

<style>
 span { border-color: #1547D8; }

 span { border-color: rgb(21,71,216); }

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