Html Css Color HEX #1549CD Persian Blue

📋 copy color: '#1549CD'

red 21 ◦ green 73 ◦ blue 205

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

Shades of Persian Blue #1549CD

Tints of Persian Blue #1549CD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.41%

 BLUE value IS 205 (80.47% from 255) = 68.56%

R = 7.02%
G = 24.41%
B = 68.56%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1549CD (or 0x1549CD) is known color: Persian Blue. HEX triplet: 15, 49 and CD. RGB value is (21,73,205). Sum of RGB (Red+Green+Blue) = 21+73+205=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 205 (80.47% from 255 or 68.56% from 299); Max value from RGB is 205 - color contains mainly: blue. Hex color #1549CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1549CD is #EAB632. Grayscale: #474747. Windows color (decimal): -15382067 or 13453589. OLE color: 13453589.

HSL color Cylindrical-coordinate representation of color #1549CD: hue angle of 223.04º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1549CD is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 73 205 -
CMYK 0.90 0.64 0 0.20
HSL 223.04º 0.81% 0.44% -
HSV(B) 223.04º 0.9% 0.8% -
XYZ 13.71 9.33 58.84 -
YUV 72.5 202.77 91.27 -
System Red Green Blue C M Y K H S L
Decimal 21 73 205 0.90 0.64 0 0.20 223.04 0.81 0.44
Hex 15 49 CD 5A 40 0 14 DF 51 2C
Octal 25 111 315 132 100 0 24 337 121 54
Binary 10101 1001001 11001101 1011010 1000000 0 10100 11011111 1010001 101100

Color Harmonies of #1549CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1549CD

Black with #1549CD

Text Example


Text Example

White with #1549CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1549CD; }

 p { color: rgb(21,73,205); }

 H1.HeaderClassName
 {
   color: #1549CD;
 }
 .AnyTagClassName
 {
   color: #1549CD;
 }
</style>

background-color css

<style>
 a { background-color: #1549CD; }

 a { background-color: rgb(21,73,205); }

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

border-color css

<style>
 span { border-color: #1549CD; }

 span { border-color: rgb(21,73,205); }

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