Html Css Color HEX #1449CD Persian Blue

📋 copy color: '#1449CD'

red 20 ◦ green 73 ◦ blue 205

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

Shades of Persian Blue #1449CD

Tints of Persian Blue #1449CD

RGB

 RED value IS 20 (8.2% from 255) = 6.71%

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

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

R = 6.71%
G = 24.5%
B = 68.79%

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

#1449CD (or 0x1449CD) is known color: Persian Blue. HEX triplet: 14, 49 and CD. RGB value is (20,73,205). Sum of RGB (Red+Green+Blue) = 20+73+205=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #1449CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1449CD is #EBB632. Grayscale: #474747. Windows color (decimal): -15447603 or 13453588. OLE color: 13453588.

HSL color Cylindrical-coordinate representation of color #1449CD: hue angle of 222.81º degrees, saturation: 0.82, 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 #1449CD is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 73 205 -
CMYK 0.90 0.64 0 0.20
HSL 222.81º 0.82% 0.44% -
HSV(B) 222.81º 0.9% 0.8% -
XYZ 13.69 9.32 58.84 -
YUV 72.2 202.94 90.77 -
System Red Green Blue C M Y K H S L
Decimal 20 73 205 0.90 0.64 0 0.20 222.81 0.82 0.44
Hex 14 49 CD 5A 40 0 14 DF 52 2C
Octal 24 111 315 132 100 0 24 337 122 54
Binary 10100 1001001 11001101 1011010 1000000 0 10100 11011111 1010010 101100

Color Harmonies of #1449CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1449CD

Black with #1449CD

Text Example


Text Example

White with #1449CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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