Html Css Color HEX #1449CC Persian Blue

📋 copy color: '#1449CC'

red 20 ◦ green 73 ◦ blue 204

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

Shades of Persian Blue #1449CC

Tints of Persian Blue #1449CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 68.69%

R = 6.73%
G = 24.58%
B = 68.69%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1449CC (or 0x1449CC) is known color: Persian Blue. HEX triplet: 14, 49 and CC. RGB value is (20,73,204). Sum of RGB (Red+Green+Blue) = 20+73+204=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #1449CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1449CC is #EBB633. Grayscale: #474747. Windows color (decimal): -15447604 or 13388052. OLE color: 13388052.

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

Color convert

RGB 20 73 204 -
CMYK 0.90 0.64 0 0.2
HSL 222.72º 0.82% 0.44% -
HSV(B) 222.72º 0.9% 0.8% -
XYZ 13.57 9.27 58.2 -
YUV 72.09 202.44 90.85 -
System Red Green Blue C M Y K H S L
Decimal 20 73 204 0.90 0.64 0 0.2 222.72 0.82 0.44
Hex 14 49 CC 5A 40 0 14 DF 52 2C
Octal 24 111 314 132 100 0 24 337 122 54
Binary 10100 1001001 11001100 1011010 1000000 0 10100 11011111 1010010 101100

Color Harmonies of #1449CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1449CC

Black with #1449CC

Text Example


Text Example

White with #1449CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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