Html Css Color HEX #1447CC Persian Blue

📋 copy color: '#1447CC'

red 20 ◦ green 71 ◦ blue 204

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

Shades of Persian Blue #1447CC

Tints of Persian Blue #1447CC

RGB

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

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

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

R = 6.78%
G = 24.07%
B = 69.15%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1447CC (or 0x1447CC) is known color: Persian Blue. HEX triplet: 14, 47 and CC. RGB value is (20,71,204). Sum of RGB (Red+Green+Blue) = 20+71+204=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #1447CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1447CC is #EBB833. Grayscale: #464646. Windows color (decimal): -15448116 or 13387540. OLE color: 13387540.

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

Color convert

RGB 20 71 204 -
CMYK 0.90 0.65 0 0.2
HSL 223.37º 0.82% 0.44% -
HSV(B) 223.37º 0.9% 0.8% -
XYZ 13.44 9.01 58.16 -
YUV 70.91 203.1 91.69 -
System Red Green Blue C M Y K H S L
Decimal 20 71 204 0.90 0.65 0 0.2 223.37 0.82 0.44
Hex 14 47 CC 5A 41 0 14 DF 52 2C
Octal 24 107 314 132 101 0 24 337 122 54
Binary 10100 1000111 11001100 1011010 1000001 0 10100 11011111 1010010 101100

Color Harmonies of #1447CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1447CC

Black with #1447CC

Text Example


Text Example

White with #1447CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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