Html Css Color HEX #1447CE Persian Blue

📋 copy color: '#1447CE'

red 20 ◦ green 71 ◦ blue 206

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

Shades of Persian Blue #1447CE

Tints of Persian Blue #1447CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 69.36%

R = 6.73%
G = 23.91%
B = 69.36%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1447CE (or 0x1447CE) is known color: Persian Blue. HEX triplet: 14, 47 and CE. RGB value is (20,71,206). Sum of RGB (Red+Green+Blue) = 20+71+206=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #1447CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1447CE is #EBB831. Grayscale: #464646. Windows color (decimal): -15448114 or 13518612. OLE color: 13518612.

HSL color Cylindrical-coordinate representation of color #1447CE: hue angle of 223.55º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1447CE is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 71 206 -
CMYK 0.90 0.66 0 0.19
HSL 223.55º 0.82% 0.44% -
HSV(B) 223.55º 0.9% 0.81% -
XYZ 13.68 9.11 59.43 -
YUV 71.14 204.1 91.52 -
System Red Green Blue C M Y K H S L
Decimal 20 71 206 0.90 0.66 0 0.19 223.55 0.82 0.44
Hex 14 47 CE 5A 42 0 13 E0 52 2C
Octal 24 107 316 132 102 0 23 340 122 54
Binary 10100 1000111 11001110 1011010 1000010 0 10011 11100000 1010010 101100

Color Harmonies of #1447CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1447CE

Black with #1447CE

Text Example


Text Example

White with #1447CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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