Html Css Color HEX #1446CD Persian Blue

📋 copy color: '#1446CD'

red 20 ◦ green 70 ◦ blue 205

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

Shades of Persian Blue #1446CD

Tints of Persian Blue #1446CD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.73%

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

R = 6.78%
G = 23.73%
B = 69.49%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1446CD (or 0x1446CD) is known color: Persian Blue. HEX triplet: 14, 46 and CD. RGB value is (20,70,205). Sum of RGB (Red+Green+Blue) = 20+70+205=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 205 (80.47% from 255 or 69.49% from 295); Max value from RGB is 205 - color contains mainly: blue. Hex color #1446CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1446CD is #EBB932. Grayscale: #454545. Windows color (decimal): -15448371 or 13452820. OLE color: 13452820.

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

Color convert

RGB 20 70 205 -
CMYK 0.90 0.66 0 0.20
HSL 223.78º 0.82% 0.44% -
HSV(B) 223.78º 0.9% 0.8% -
XYZ 13.5 8.94 58.77 -
YUV 70.44 203.94 92.02 -
System Red Green Blue C M Y K H S L
Decimal 20 70 205 0.90 0.66 0 0.20 223.78 0.82 0.44
Hex 14 46 CD 5A 42 0 14 E0 52 2C
Octal 24 106 315 132 102 0 24 340 122 54
Binary 10100 1000110 11001101 1011010 1000010 0 10100 11100000 1010010 101100

Color Harmonies of #1446CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1446CD

Black with #1446CD

Text Example


Text Example

White with #1446CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1446CD; }

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

 H1.HeaderClassName
 {
   color: #1446CD;
 }
 .AnyTagClassName
 {
   color: #1446CD;
 }
</style>

background-color css

<style>
 a { background-color: #1446CD; }

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

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

border-color css

<style>
 span { border-color: #1446CD; }

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

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