Html Css Color HEX #144ACD Persian Blue

📋 copy color: '#144ACD'

red 20 ◦ green 74 ◦ blue 205

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

Shades of Persian Blue #144ACD

Tints of Persian Blue #144ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.75%

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

R = 6.69%
G = 24.75%
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

#144ACD (or 0x144ACD) is known color: Persian Blue. HEX triplet: 14, 4A and CD. RGB value is (20,74,205). Sum of RGB (Red+Green+Blue) = 20+74+205=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 74 (29.30% from 255 or 24.75% 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 #144ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144ACD is #EBB532. Grayscale: #484848. Windows color (decimal): -15447347 or 13453844. OLE color: 13453844.

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

Color convert

RGB 20 74 205 -
CMYK 0.90 0.64 0 0.20
HSL 222.49º 0.82% 0.44% -
HSV(B) 222.49º 0.9% 0.8% -
XYZ 13.76 9.45 58.86 -
YUV 72.79 202.61 90.35 -
System Red Green Blue C M Y K H S L
Decimal 20 74 205 0.90 0.64 0 0.20 222.49 0.82 0.44
Hex 14 4A CD 5A 40 0 14 DE 52 2C
Octal 24 112 315 132 100 0 24 336 122 54
Binary 10100 1001010 11001101 1011010 1000000 0 10100 11011110 1010010 101100

Color Harmonies of #144ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144ACD

Black with #144ACD

Text Example


Text Example

White with #144ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144ACD; }

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

 H1.HeaderClassName
 {
   color: #144ACD;
 }
 .AnyTagClassName
 {
   color: #144ACD;
 }
</style>

background-color css

<style>
 a { background-color: #144ACD; }

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

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

border-color css

<style>
 span { border-color: #144ACD; }

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

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