Html Css Color HEX #1446DC Persian Blue

📋 copy color: '#1446DC'

red 20 ◦ green 70 ◦ blue 220

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

Shades of Persian Blue #1446DC

Tints of Persian Blue #1446DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 70.97%

R = 6.45%
G = 22.58%
B = 70.97%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1446DC (or 0x1446DC) is known color: Persian Blue. HEX triplet: 14, 46 and DC. RGB value is (20,70,220). Sum of RGB (Red+Green+Blue) = 20+70+220=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #1446DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1446DC is #EBB923. Grayscale: #474747. Windows color (decimal): -15448356 or 14435860. OLE color: 14435860.

HSL color Cylindrical-coordinate representation of color #1446DC: hue angle of 225º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1446DC is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 70 220 -
CMYK 0.91 0.68 0 0.14
HSL 225º 0.83% 0.47% -
HSV(B) 225º 0.91% 0.86% -
XYZ 15.4 9.7 68.77 -
YUV 72.15 211.44 90.8 -
System Red Green Blue C M Y K H S L
Decimal 20 70 220 0.91 0.68 0 0.14 225 0.83 0.47
Hex 14 46 DC 5B 44 0 E E1 53 2F
Octal 24 106 334 133 104 0 16 341 123 57
Binary 10100 1000110 11011100 1011011 1000100 0 1110 11100001 1010011 101111

Color Harmonies of #1446DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1446DC

Black with #1446DC

Text Example


Text Example

White with #1446DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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