Html Css Color HEX #1444CE Persian Blue

📋 copy color: '#1444CE'

red 20 ◦ green 68 ◦ blue 206

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

Shades of Persian Blue #1444CE

Tints of Persian Blue #1444CE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.13%

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

R = 6.8%
G = 23.13%
B = 70.07%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1444CE (or 0x1444CE) is known color: Persian Blue. HEX triplet: 14, 44 and CE. RGB value is (20,68,206). Sum of RGB (Red+Green+Blue) = 20+68+206=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #1444CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1444CE is #EBBB31. Grayscale: #444444. Windows color (decimal): -15448882 or 13517844. OLE color: 13517844.

HSL color Cylindrical-coordinate representation of color #1444CE: hue angle of 224.52º 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 #1444CE is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 68 206 -
CMYK 0.90 0.67 0 0.19
HSL 224.52º 0.82% 0.44% -
HSV(B) 224.52º 0.9% 0.81% -
XYZ 13.5 8.74 59.37 -
YUV 69.38 205.1 92.78 -
System Red Green Blue C M Y K H S L
Decimal 20 68 206 0.90 0.67 0 0.19 224.52 0.82 0.44
Hex 14 44 CE 5A 43 0 13 E1 52 2C
Octal 24 104 316 132 103 0 23 341 122 54
Binary 10100 1000100 11001110 1011010 1000011 0 10011 11100001 1010010 101100

Color Harmonies of #1444CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1444CE

Black with #1444CE

Text Example


Text Example

White with #1444CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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