Html Css Color HEX #1443DC Persian Blue

📋 copy color: '#1443DC'

red 20 ◦ green 67 ◦ blue 220

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

Shades of Persian Blue #1443DC

Tints of Persian Blue #1443DC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.82%

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

R = 6.51%
G = 21.82%
B = 71.66%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1443DC (or 0x1443DC) is known color: Persian Blue. HEX triplet: 14, 43 and DC. RGB value is (20,67,220). Sum of RGB (Red+Green+Blue) = 20+67+220=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #1443DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1443DC is #EBBC23. Grayscale: #454545. Windows color (decimal): -15449124 or 14435092. OLE color: 14435092.

HSL color Cylindrical-coordinate representation of color #1443DC: hue angle of 225.9º 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 #1443DC is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 67 220 -
CMYK 0.91 0.70 0 0.14
HSL 225.9º 0.83% 0.47% -
HSV(B) 225.9º 0.91% 0.86% -
XYZ 15.21 9.33 68.71 -
YUV 70.39 212.43 92.06 -
System Red Green Blue C M Y K H S L
Decimal 20 67 220 0.91 0.70 0 0.14 225.9 0.83 0.47
Hex 14 43 DC 5B 46 0 E E2 53 2F
Octal 24 103 334 133 106 0 16 342 123 57
Binary 10100 1000011 11011100 1011011 1000110 0 1110 11100010 1010011 101111

Color Harmonies of #1443DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1443DC

Black with #1443DC

Text Example


Text Example

White with #1443DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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